diff options
Diffstat (limited to 'src/core/service.c')
-rw-r--r-- | src/core/service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/service.c b/src/core/service.c index 7b5ff6d1ac..5f7ddfaf14 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -932,7 +932,6 @@ static int service_load_sysv_path(Service *s, const char *path) { s->timeout_stop_usec = DEFAULT_SYSV_TIMEOUT_USEC; } - /* Special setting for all SysV services */ s->type = SERVICE_FORKING; s->remain_after_exit = !s->pid_file; |