summaryrefslogtreecommitdiffstats
path: root/daemon/logind/logind.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/logind/logind.c')
-rw-r--r--daemon/logind/logind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/logind/logind.c b/daemon/logind/logind.c
index 04ad99e5..4e282617 100644
--- a/daemon/logind/logind.c
+++ b/daemon/logind/logind.c
@@ -1880,7 +1880,7 @@ logattempt_daemon()
// child here.
g_logattempt_pipe = pipe_fds[0];
close(pipe_fds[1]);
- setproctitle("[logattempts]");
+ setproctitle(MY_SVC_NAME " [logattempts]");
// TODO change to batched processing
while (toread(g_logattempt_pipe, &ctx, sizeof(ctx)) == sizeof(ctx))