From: Lennart Poettering Date: Wed, 20 Oct 2010 13:22:20 +0000 (+0200) Subject: quota: add install hooks for basic.target X-Git-Tag: v12~190 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4c446f03e85e1321d6b999d92e3be07a7022432f quota: add install hooks for basic.target --- diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 089cffedc..b670c57a7 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 deaa91764..1c4a0cd3b 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