chiark / gitweb /
dbus: epose FsckPassNo property for service objects
[elogind.git] / units / quotaon.service
index 60f6be6441fe30dc4d816f0306b02c737ee2330f..c527cc4ad0d3bebfb5e990fc4c7a4c70c25fa332 100644 (file)
@@ -10,9 +10,13 @@ Description=Quota Check
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service quotacheck.service
 Before=local-fs.target shutdown.target
-ConditionFileExists=/sbin/quotaon
+ConditionPathExists=/sbin/quotaon
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/sbin/quotaon -anug
+ExecStart=/sbin/quotaon -aug
+StandardOutput=syslog
+
+[Install]
+WantedBy=local-fs.target