diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-23 22:55:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-23 22:55:14 +0200 |
commit | 3a76266192da84f6f7b84725e7647c82f8407278 (patch) | |
tree | 753014b24d617fbfcf2ac5c55c64688b92e77f80 /service.h | |
parent | 6089f4a9a85111ac7056834ba951aed599ab3c2b (diff) |
service: never do automatic restarts for user requested stops
Diffstat (limited to 'service.h')
-rw-r--r-- | service.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |