chiark / gitweb /
units: remove "AllowUser=root own", the bus owner can always own names
[elogind.git] / units / systemd-readahead-collect.service.in
index 6ad286b290cb59abf244ee0397f4d0763dff5855..d4b8e67932d47e413ecfa7354293ef285f082192 100644 (file)
@@ -7,17 +7,18 @@
 
 [Unit]
 Description=Collect Read-Ahead Data
+Documentation=man:systemd-readahead-replay.service(8)
 DefaultDependencies=no
 Wants=systemd-readahead-done.timer
 Conflicts=shutdown.target
 Before=sysinit.target shutdown.target
-ConditionFileExists=!/run/systemd/readahead/cancel
-ConditionFileExists=!/run/systemd/readahead/done
+ConditionPathExists=!/run/systemd/readahead/cancel
+ConditionPathExists=!/run/systemd/readahead/done
 ConditionVirtualization=no
 
 [Service]
 Type=notify
-ExecStart=@rootlibexecdir@/systemd-readahead-collect
+ExecStart=@rootlibexecdir@/systemd-readahead collect
 RemainAfterExit=yes
 StandardOutput=null
 OOMScoreAdjust=1000