mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
units: ignore systemd-sysctl on shutdown
No need to try to stop systemd-sysctl on shutdown as this service doesn't have ExecStop= anyways.
This commit is contained in:
parent
89b1d5e0e4
commit
faeffa73a8
@ -9,7 +9,6 @@
|
|||||||
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