| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This file was probably copied from the --user version, let's use some
more appropriate wording for the --system version.
|
|
|
|
| |
Otherwise we'll end a cyclic loop.
|
|
|
|
|
|
|
| |
systemd-poweroff.service and friends
This stuff runs in containers, and should really behave the same
everywhere.
|
|
C.f. 287419c119ef961db487a281162ab037eba70c61: 'systemctl exit 42' can be
used to set an exit value and pulls in exit.target, which pulls in systemd-exit.service,
which calls org.fdo.Manager.Exit, which calls method_exit(), which sets the objective
to MANAGER_EXIT. Allow the same to happen through SuccessAction=exit.
v2: update for 'exit' and 'exit-force'
|