summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorAndrey Borzenkov <arvidjaar@gmail.com>2011-03-18 19:12:58 +0300
committerAndrey Borzenkov <arvidjaar@gmail.com>2011-03-18 19:12:58 +0300
commit0c380104cfc52b69ab39737722e8e91fbad6c676 (patch)
tree7920a94b9114dd564f143dbde1e5acdd17f72dd1 /units
parent9700edb4e836f95815ee3237e5bc8d224b5014d7 (diff)
mount: pull in quota services from local mountpoints with usr/grpquota options
Diffstat (limited to 'units')
-rw-r--r--units/quotacheck.service.in3
-rw-r--r--units/quotaon.service3
2 files changed, 0 insertions, 6 deletions
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in
index d46a335649..ed1ddc5589 100644
--- a/units/quotacheck.service.in
+++ b/units/quotacheck.service.in
@@ -18,6 +18,3 @@ RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-quotacheck
StandardOutput=syslog
TimeoutSec=0
-
-[Install]
-WantedBy=local-fs.target
diff --git a/units/quotaon.service b/units/quotaon.service
index ddb51284d9..2c7b36b4fe 100644
--- a/units/quotaon.service
+++ b/units/quotaon.service
@@ -17,6 +17,3 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=/sbin/quotaon -aug
StandardOutput=syslog
-
-[Install]
-WantedBy=local-fs.target