Files
systemd/src
Luca Boccassi b80fc61e89 core: add IgnoreOnSoftReboot= unit option
As it says on the tin, configures the unit to survive a soft reboot.
Currently all the following options have to be set by hand:

Conflicts=reboot.target kexec.target poweroff.target halt.target
Before=reboot.target kexec.target poweroff.target halt.target
After=sysinit.target basic.target
DefaultDependencies=no
IgnoreOnIsolate=yes

This is not very user friendly. If new default dependencies are added,
or new shutdown/reboot types, they also have to be added manually.

The new option is much simpler, easy to find, and does the right thing
by default.
2023-07-21 18:05:41 +02:00
..
2023-07-19 14:02:04 +02:00
2023-07-18 17:30:06 +02:00
2023-06-22 15:33:56 +09:00
2023-07-21 21:11:04 +09:00
2023-07-02 11:10:12 +01:00
2023-07-02 11:10:12 +01:00
2023-07-10 11:39:35 +01:00