service: add reload_signal property
[project/procd.git] / service / instance.h
index 6f95a2a..3cc2009 100644 (file)
@@ -49,6 +49,7 @@ struct service_instance {
        bool restart;
        bool respawn;
        int respawn_count;
+       int reload_signal;
        struct timespec start;
 
        bool trace;