diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-09 23:33:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-09 23:53:49 +0200 |
commit | 47342320a097523d93040cdd627e237a420572c5 (patch) | |
tree | 463f92f1fb526d26e07a7d2419bb98ed0e4ab3f8 /src/service.h | |
parent | 76143638fdabee59dcd5db81fe46c900299da425 (diff) |
main: fix auto restarting of units after a configuration reload
Diffstat (limited to 'src/service.h')
-rw-r--r-- | src/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.h b/src/service.h index 3e18d221d7..725e2135f1 100644 --- a/src/service.h +++ b/src/service.h @@ -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; |