diff options
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; |