chiark / gitweb /
units: fix all TTY paths for container gettys
[elogind.git] / units / systemd-quotacheck.service.in
index d3343df2645e43b07b85620c8ca65d0d824725c7..5cb9bc3bc98d26c9019f11812aa63270b520fb41 100644 (file)
@@ -7,10 +7,11 @@
 
 [Unit]
 Description=File System Quota Check
+Documentation=man:systemd-quotacheck.service(8)
 DefaultDependencies=no
-After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
+After=systemd-remount-fs.service
 Before=local-fs.target shutdown.target
-ConditionPathExists=/sbin/quotacheck
+ConditionPathExists=@QUOTACHECK@
 
 [Service]
 Type=oneshot