X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsysctl.service;h=ba5626a3a86fb59d425cefe7a6469ec33c84252e;hb=23cf4972e07a6b16e5f0da2c0cddaba6a4b783ec;hp=2464a079186b94a22a7cea3cf021e733035c2dd6;hpb=f9ccc724990035fd9b2905857a695ade041ab133;p=elogind.git diff --git a/units/sysctl.service b/units/sysctl.service index 2464a0791..ba5626a3a 100644 --- a/units/sysctl.service +++ b/units/sysctl.service @@ -9,9 +9,12 @@ Description=Apply Kernel Variables DefaultDependencies=no Conflicts=shutdown.target -Before=shutdown.target +After=systemd-readahead-collect.service systemd-readahead-replay.service +Before=basic.target shutdown.target +ConditionPathExists=/etc/sysctl.conf [Service] Type=oneshot RemainAfterExit=yes ExecStart=/sbin/sysctl -e -q -p /etc/sysctl.conf +StandardOutput=syslog