chiark / gitweb /
unit: introduce %f specifier to decode file names
[elogind.git] / units / quotaon.service
index 60f6be6441fe30dc4d816f0306b02c737ee2330f..4bdcfe44e63e6ede2334028335fa612770e34f90 100644 (file)
@@ -10,9 +10,12 @@ 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
+
+[Install]
+WantedBy=local-fs.target