summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-20 16:43:55 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-20 16:43:55 +0200
commit0206d45866ac06ebc26972ad6e4d8f1e46dd56b1 (patch)
tree7239d5ce4d5888d926239bbf952f897e41ca31d7
parent9fc507041eb524799a0410839e961ec188a78491 (diff)
quota: fix quotaon command line
-rw-r--r--units/quotaon.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/quotaon.service b/units/quotaon.service
index 4bdcfe44e6..f8ff21911d 100644
--- a/units/quotaon.service
+++ b/units/quotaon.service
@@ -15,7 +15,7 @@ ConditionPathExists=/sbin/quotaon
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/sbin/quotaon -anug
+ExecStart=/sbin/quotaon -aug
[Install]
WantedBy=local-fs.target