diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-20 16:43:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-20 16:43:55 +0200 |
commit | 0206d45866ac06ebc26972ad6e4d8f1e46dd56b1 (patch) | |
tree | 7239d5ce4d5888d926239bbf952f897e41ca31d7 /units | |
parent | 9fc507041eb524799a0410839e961ec188a78491 (diff) |
quota: fix quotaon command line
Diffstat (limited to 'units')
-rw-r--r-- | units/quotaon.service | 2 |
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 |