1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

quota: fix quotaon command line

This commit is contained in:
Lennart Poettering 2010-10-20 16:43:55 +02:00
parent 9fc507041e
commit 0206d45866

View File

@ -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