diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-17 21:29:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 21:29:10 +0200 |
commit | a42984dbc7fce567acf33270e39e11fef81abc0c (patch) | |
tree | b6a4b529b00d2e4ff5dcfd01bab894da2c1a20a6 /TODO | |
parent | 33eb44fe4a8d7971b5614bc4c2d90f8d91cce66c (diff) | |
parent | c7adcb1af9946d0672c16bb4bb7eedf39b3d1fcb (diff) | |
download | systemd-a42984dbc7fce567acf33270e39e11fef81abc0c.tar.gz |
Merge pull request #10428 from keszybz/failure-actions
Implement manager status changes using SuccessAction=
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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. |