service/instance: add an auto start option
[project/procd.git] / service / service.h
index cc629b1..a433c9f 100644 (file)
@@ -41,6 +41,7 @@ struct service {
        struct avl_node avl;
        const char *name;
        bool deleted;
+       bool autostart;
 
        struct blob_attr *trigger;
        struct vlist_tree instances;