aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-17 21:29:10 +0200
committerGitHub <noreply@github.com>2018-10-17 21:29:10 +0200
commita42984dbc7fce567acf33270e39e11fef81abc0c (patch)
treeb6a4b529b00d2e4ff5dcfd01bab894da2c1a20a6 /TODO
parentsulogin-shell: Use force if SYSTEMD_SULOGIN_FORCE set (diff)
parentcore: do not "warn" about mundane emergency actions (diff)
downloadsystemd-a42984dbc7fce567acf33270e39e11fef81abc0c.tar.gz
systemd-a42984dbc7fce567acf33270e39e11fef81abc0c.tar.bz2
systemd-a42984dbc7fce567acf33270e39e11fef81abc0c.zip
Merge pull request #10428 from keszybz/failure-actions
Implement manager status changes using SuccessAction=
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index 957dde27c..e61050051 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.
@@ -40,12 +44,6 @@ Features:
* chown() tty a service is attached to after the service goes down
-* replace systemd-reboot.service's ExecStart= with a single SuccessAction=
- line, so that we don't need to fork() for executing the reboot
- service. Similar for other services like this, such as systemd-exit.service
- and so on. Of course, for this to work service units with no ExecYYZ= set but
- SuccessAction= set need to be acceptable.
-
* optionally: turn on cgroup delegation for per-session scope units
* introduce per-unit (i.e. per-slice, per-service) journal log size limits.