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