chiark / gitweb /
service: add support for reboot argument when triggered by StartLimitAction=
[elogind.git] / src / core / service.h
index 1992926e92414a16ac3eb8711a80c529d5891e2c..fd05e9be896885c6fe000beef3081826112514c8 100644 (file)
@@ -189,6 +189,7 @@ struct Service {
 
         RateLimit start_limit;
         StartLimitAction start_limit_action;
+        char *reboot_arg;
 
         UnitRef accept_socket;