chiark / gitweb /
systemctl: when calling 'status' accept a PID
[elogind.git] / src / service.h
index 3e18d221d7d0d3122208d7088b6a0dc531dd278a..725e2135f156cbd02a78ff497e03bce8496f2afb 100644 (file)
@@ -115,7 +115,7 @@ struct Service {
         bool failure:1;
         bool main_pid_known:1;
         bool bus_name_good:1;
-        bool allow_restart:1;
+        bool forbid_restart:1;
         bool got_socket_fd:1;
         bool sysv_has_lsb:1;
         bool sysv_enabled:1;