chiark / gitweb /
selinux: automatically load policy if the initrd hasn't done this for us yet
[elogind.git] / units / sysctl.service
index 2464a079186b94a22a7cea3cf021e733035c2dd6..afde58055bd0288bd4a6747f90d9d3b001a55539 100644 (file)
@@ -9,9 +9,11 @@
 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
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/sbin/sysctl -e -q -p /etc/sysctl.conf
+StandardOutput=syslog