chiark / gitweb /
errors: refer to systemctl status when useful
[elogind.git] / units / quotacheck.service.in
index 9c8d7c8f0b48c9af5cf4b0e5c1386844ea4f4acc..65a70559dafa056c26ef851c3fd613238885020a 100644 (file)
@@ -10,9 +10,13 @@ Description=Quota Check
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=local-fs.target shutdown.target
-ConditionFileExists=/sbin/quotacheck
+ConditionPathExists=/sbin/quotacheck
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-quotacheck
+StandardOutput=syslog
+
+[Install]
+WantedBy=local-fs.target