summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
-rw-r--r--src/systemctl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9db731659..8a807b48f 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,10 @@ Features:
* warn if the user stops a service but not its associated socket
+* ensure we always set the facility when logging to kmsg
+
+* service: pid file reading after reload doesn't work, since we don't reset the pid variable
+
* logind: spawn user@..service on login
* logind: implement shutdown service
diff --git a/src/systemctl.c b/src/systemctl.c
index 840e2ffc2..3767e2213 100644
--- a/src/systemctl.c
+++ b/src/systemctl.c
@@ -5112,7 +5112,7 @@ static int talk_upstart(void) {
goto finish;
}
- r = 0;
+ r = 1;
finish:
if (m)