aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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.