chiark / gitweb /
readahead: shortcut replay if /.readahead doesn't exist
[elogind.git] / units / quotaon.service
index 60f6be6441fe30dc4d816f0306b02c737ee2330f..ddb51284d9c19231aa4394cb2d4b1f6391d49cce 100644 (file)
@@ -6,13 +6,17 @@
 #  (at your option) any later version.
 
 [Unit]
-Description=Quota Check
+Description=Enable File System Quotas
 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