mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
units: run sysctl stuff only when /proc/sys is actually writable, to quieten container boots a little
This commit is contained in:
parent
d051610953
commit
f2a46f8da5
@ -11,6 +11,7 @@ DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=systemd-readahead-collect.service systemd-readahead-replay.service
|
||||
Before=sysinit.target shutdown.target
|
||||
ConditionPathIsReadWrite=/proc/sys/
|
||||
ConditionPathExists=|/etc/sysctl.conf
|
||||
ConditionDirectoryNotEmpty=|/lib/sysctl.d
|
||||
ConditionDirectoryNotEmpty=|/usr/lib/sysctl.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user