From 0206d45866ac06ebc26972ad6e4d8f1e46dd56b1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 20 Oct 2010 16:43:55 +0200 Subject: [PATCH] quota: fix quotaon command line --- units/quotaon.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/quotaon.service b/units/quotaon.service index 4bdcfe44e..f8ff21911 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 -- 2.30.2