instances can now start as a !root user
[project/procd.git] / service / instance.h
index a492f38..f76e795 100644 (file)
@@ -29,6 +29,9 @@ struct service_instance {
        int8_t nice;
        bool valid;
 
+       uid_t uid;
+       gid_t gid;
+
        bool halt;
        bool restart;
        bool respawn;