diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-25 21:07:19 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-25 21:07:19 +0200 |
commit | e761599ffd1ce97b11f617c8f011f6e54349d547 (patch) | |
tree | 136f3da8e59f244d1e9f68eaa1bff409cfd9a341 /src/core | |
parent | journal: add missing option in journald.conf (diff) | |
download | systemd-e761599ffd1ce97b11f617c8f011f6e54349d547.tar.xz systemd-e761599ffd1ce97b11f617c8f011f6e54349d547.zip |
core: add missing option and drop nonexistent option in system.conf
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/system.conf.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/system.conf.in b/src/core/system.conf.in index f0a59a79a5..639b5818ff 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -26,6 +26,7 @@ #JoinControllers=cpu,cpuacct net_cls,net_prio #RuntimeWatchdogSec=0 #ShutdownWatchdogSec=10min +#WatchdogDevice= #CapabilityBoundingSet= #NoNewPrivileges=no #SystemCallArchitectures= @@ -62,5 +63,3 @@ #DefaultLimitNICE= #DefaultLimitRTPRIO= #DefaultLimitRTTIME= -#IPAddressAllow= -#IPAddressDeny= |