chiark / gitweb /
service: fix units with more than one socket
[elogind.git] / src / execute.c
index 80c649f1c67d2f34a298f5c13292696014edc95d..d67916c249282699eb9215abcb230defc73833c4 100644 (file)
@@ -981,7 +981,7 @@ int exec_spawn(ExecCommand *command,
 
                 /* This string must fit in 10 chars (i.e. the length
                  * of "/sbin/init") */
-                rename_process("sd:exec");
+                rename_process("sd.exec");
 
                 /* We reset exactly these signals, since they are the
                  * only ones we set to SIG_IGN in the main daemon. All