aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-16 15:30:53 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-10-17 19:31:50 +0200
commitd85515edcf9700dc068201ab9f7103f04f3b25b2 (patch)
treea5d7ac7a8727efdd8c73ce413033a0a44101aba4 /TODO
parentunits: use SuccessAction=exit-force in systemd-exit.service (diff)
downloadsystemd-d85515edcf9700dc068201ab9f7103f04f3b25b2.tar.gz
systemd-d85515edcf9700dc068201ab9f7103f04f3b25b2.tar.bz2
systemd-d85515edcf9700dc068201ab9f7103f04f3b25b2.zip
units: use SuccessAction=reboot-force in systemd-reboot.service
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index db2b61c3e..0b6573518 100644
--- a/TODO
+++ b/TODO
@@ -44,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
* optionally, if a per-partition GPT flag is set for the root/home/… partitions