chiark / gitweb /
sysusers: fix uninitialized warning
[elogind.git] / src / core / service.h
index b8f0e0c42d1d528463b378bda8c2c38602d41d55..7406d90f59e88cf6ea7b4bc2f3a7db1c18c7f0ab 100644 (file)
@@ -118,7 +118,8 @@ struct Service {
 
         ServiceType type;
         ServiceRestart restart;
-        ExitStatusSet restart_ignore_status;
+        ExitStatusSet restart_prevent_status;
+        ExitStatusSet restart_force_status;
         ExitStatusSet success_status;
 
         /* If set we'll read the main daemon PID from this file */