mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
Revert "units: ignore systemd-sysctl on shutdown"
This reverts commit faeffa73a8
.
There isn't really much point in dropping the Conflicts= since shutting
down this service is basically free as it doesn't have anything running.
Also, the patch was incomplete, because shutdown.target was still listed
in Before=.
This commit is contained in:
parent
4ad61fd180
commit
0debd2bf2f
@ -9,6 +9,7 @@
|
|||||||
Description=Apply Kernel Variables
|
Description=Apply Kernel Variables
|
||||||
Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
|
Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
Conflicts=shutdown.target
|
||||||
After=systemd-readahead-collect.service systemd-readahead-replay.service
|
After=systemd-readahead-collect.service systemd-readahead-replay.service
|
||||||
Before=sysinit.target shutdown.target
|
Before=sysinit.target shutdown.target
|
||||||
ConditionPathIsReadWrite=/proc/sys/
|
ConditionPathIsReadWrite=/proc/sys/
|
||||||
|
Loading…
Reference in New Issue
Block a user