chiark / gitweb /
journal: if two entries match with everything but seqnums, they are still identical
[elogind.git] / src / service.c
index c2053ce3ac45e8d829bc232e28c52e4e61f748a2..e64d289fede715dd13b1829c5a9fcd963c725e64 100644 (file)
@@ -829,6 +829,7 @@ static int service_load_sysv_path(Service *s, const char *path) {
         /* Special setting for all SysV services */
         s->type = SERVICE_FORKING;
         s->remain_after_exit = !s->pid_file;
+        s->guess_main_pid = false;
         s->restart = SERVICE_RESTART_NO;
 
         if (s->meta.manager->sysv_console)