summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/quotacheck.service.in3
-rw-r--r--units/quotaon.service3
2 files changed, 6 insertions, 0 deletions
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in
index 089cffedcb..b670c57a75 100644
--- a/units/quotacheck.service.in
+++ b/units/quotacheck.service.in
@@ -16,3 +16,6 @@ ConditionPathExists=/sbin/quotacheck
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-quotacheck
+
+[Install]
+WantedBy=basic.target
diff --git a/units/quotaon.service b/units/quotaon.service
index deaa917642..1c4a0cd3bb 100644
--- a/units/quotaon.service
+++ b/units/quotaon.service
@@ -16,3 +16,6 @@ ConditionPathExists=/sbin/quotaon
Type=oneshot
RemainAfterExit=yes
ExecStart=/sbin/quotaon -anug
+
+[Install]
+WantedBy=basic.target