From 9c1b183c709b90e735b60294d7be00b37814645a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 6 Apr 2011 02:25:39 +0200 Subject: service: fix units with more than one socket https://bugzilla.redhat.com/show_bug.cgi?id=693289 --- src/execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/execute.c') diff --git a/src/execute.c b/src/execute.c index 80c649f1c6..d67916c249 100644 --- a/src/execute.c +++ b/src/execute.c @@ -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 -- cgit v1.2.3-54-g00ecf