aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-16 13:28:39 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-17 19:31:49 +0200
commit54fcb6192c618726d11404b24b1a1e9ec3169ee1 (patch)
treea66b985edd8c2d42ce71508fca28dcd40553b8e5 /TODO
parentman: move description of *Action= modes to FailureAction=/SuccessAction= (diff)
downloadsystemd-54fcb6192c618726d11404b24b1a1e9ec3169ee1.tar.gz
systemd-54fcb6192c618726d11404b24b1a1e9ec3169ee1.tar.bz2
systemd-54fcb6192c618726d11404b24b1a1e9ec3169ee1.zip
core: define "exit" and "exit-force" actions for user units and only accept that
We would accept e.g. FailureAction=reboot-force in user units and then do an exit in the user manager. Let's be stricter, and define "exit"/"exit-force" as the only supported actions in user units. v2: - rename 'exit' to 'exit-force' and add new 'exit' - add test for the parsing function
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index e79aeda90..db2b61c3e 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,10 @@ Bugfixes:
* copy.c: set the right chattrs before copying files and others after
+* Many manager configuration settings that are only applicable to user
+ manager or system manager can be always set. It would be better to reject
+ them when parsing config.
+
External:
* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.