summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-23 22:55:14 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-23 22:55:14 +0200
commit3a76266192da84f6f7b84725e7647c82f8407278 (patch)
tree753014b24d617fbfcf2ac5c55c64688b92e77f80 /service.h
parent6089f4a9a85111ac7056834ba951aed599ab3c2b (diff)
service: never do automatic restarts for user requested stops
Diffstat (limited to 'service.h')
-rw-r--r--service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/service.h b/service.h
index 6700229b5c..40bd57e256 100644
--- a/service.h
+++ b/service.h
@@ -110,6 +110,8 @@ struct Service {
bool bus_name_good:1;
+ bool allow_restart:1;
+
bool got_socket_fd:1;
bool sysv_has_lsb:1;