diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-28 04:56:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-28 04:56:55 +0200 |
commit | 6dfa54942c44201b78528d9812313fdb80641e1f (patch) | |
tree | 24f9b0aa2fb739ec9b6f84d1266d5570cba3178c /src/service.h | |
parent | a9dd208208e672a4fe5a3c2405946c1506e034db (diff) |
service: properly notice when services with a main process that isn't a child of init die
https://bugzilla.redhat.com/show_bug.cgi?id=699114
Diffstat (limited to 'src/service.h')
-rw-r--r-- | src/service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service.h b/src/service.h index e3cb431cfe..55b9513f48 100644 --- a/src/service.h +++ b/src/service.h @@ -132,6 +132,7 @@ struct Service { bool reload_failure:1; bool main_pid_known:1; + bool main_pid_alien:1; bool bus_name_good:1; bool forbid_restart:1; bool got_socket_fd:1; |