procd: remove instance_removepid call from instance_stop
[project/procd.git] / service / instance.h
index 5a76841..1ee0429 100644 (file)
@@ -27,7 +27,9 @@ struct jail {
        bool sysfs;
        bool ubus;
        bool log;
+       bool ronly;
        char *name;
+       char *hostname;
        struct blobmsg_list mount;
        int argc;
 };
@@ -51,8 +53,10 @@ struct service_instance {
 
        bool trace;
        bool has_jail;
+       bool no_new_privs;
        struct jail jail;
        char *seccomp;
+       char *pidfile;
 
        uint32_t respawn_timeout;
        uint32_t respawn_threshold;