instance: fix typo in error message
[project/procd.git] / service / instance.h
index bdd14de737a50f53e53a1417f2c1a350b13b88d1..42cc4be1899383ee01a6aa8e470cef1f38c860d5 100644 (file)
@@ -42,8 +42,11 @@ struct service_instance {
        int8_t nice;
        bool valid;
 
+       char *user;
        uid_t uid;
-       gid_t gid;
+       gid_t pw_gid;
+       char *group;
+       gid_t gr_gid;
 
        bool halt;
        bool restart;
@@ -58,6 +61,7 @@ struct service_instance {
        struct jail jail;
        char *seccomp;
        char *pidfile;
+       int syslog_facility;
 
        uint32_t term_timeout;
        uint32_t respawn_timeout;