procd: stop service using SIGKILL if SIGTERM failed to do so
[project/procd.git] / service / instance.h
index 3cc20093f810176e842920e197e2d336b4b712fe..78999c8b1b5fada250306cde971a0b3b7a528fff 100644 (file)
@@ -59,6 +59,7 @@ struct service_instance {
        char *seccomp;
        char *pidfile;
 
+       uint32_t term_timeout;
        uint32_t respawn_timeout;
        uint32_t respawn_threshold;
        uint32_t respawn_retry;