From: Lennart Poettering Date: Wed, 17 Oct 2018 19:29:10 +0000 (+0200) Subject: Merge pull request #10428 from keszybz/failure-actions X-Git-Tag: v240~530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a42984dbc7fce567acf33270e39e11fef81abc0c;p=thirdparty%2Fsystemd.git Merge pull request #10428 from keszybz/failure-actions Implement manager status changes using SuccessAction= --- a42984dbc7fce567acf33270e39e11fef81abc0c diff --cc TODO index 957dde27c3a,0b6573518f6..e61050051ab --- a/TODO +++ b/TODO @@@ -40,16 -44,8 +44,10 @@@ 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. + * optionally, if a per-partition GPT flag is set for the root/home/… partitions format the partition on next boot and unset the flag, in order to implement factory reset. also, add a second flag that simply indicates whether such a