diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-20 15:22:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-20 15:22:20 +0200 |
commit | 4c446f03e85e1321d6b999d92e3be07a7022432f (patch) | |
tree | a5f54e1aa7bd26b094d4b648407ca504eecbce8c /units/quotacheck.service.in | |
parent | 7d1316aa29ea6757336e434a8b07266f7f2dc67a (diff) |
quota: add install hooks for basic.target
Diffstat (limited to 'units/quotacheck.service.in')
-rw-r--r-- | units/quotacheck.service.in | 3 |
1 files changed, 3 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 |