]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
core: define "exit" and "exit-force" actions for user units and only accept that
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Oct 2018 11:28:39 +0000 (13:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Oct 2018 17:31:49 +0000 (19:31 +0200)
commit54fcb6192c618726d11404b24b1a1e9ec3169ee1
treea66b985edd8c2d42ce71508fca28dcd40553b8e5
parent454dd6ce7adb744584ecae9aa0bd1acf3a00e9ed
core: define "exit" and "exit-force" actions for user units and only accept that

We would accept e.g. FailureAction=reboot-force in user units and then do an
exit in the user manager. Let's be stricter, and define "exit"/"exit-force" as
the only supported actions in user units.

v2:
- rename 'exit' to 'exit-force' and add new 'exit'
- add test for the parsing function
TODO
man/systemd.unit.xml
src/core/dbus-unit.c
src/core/emergency-action.c
src/core/emergency-action.h
src/core/load-fragment.c
src/test/meson.build
src/test/test-emergency-action.c [new file with mode: 0644]