diff options
author | Kay Sievers <kay@vrfy.org> | 2013-08-15 18:35:03 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-08-15 18:43:31 +0200 |
commit | 04bf3c1a60d82791e0320381e9268f727708f776 (patch) | |
tree | 04de5b967af9ed9d8957ce4c5b781ee3a189ffef /units | |
parent | de562e00feb773ea9cb01b1aa6a377409fc90611 (diff) |
sysctl: allow overwriting of values specified in "later" files
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-sysctl.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in index 45e1ceb25c..5baf22c183 100644 --- a/units/systemd-sysctl.service.in +++ b/units/systemd-sysctl.service.in @@ -13,7 +13,6 @@ 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 ConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d |