From f875bcfe35a17d7a77a3a195f9998bb453a38499 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 20 Oct 2010 16:15:33 +0200 Subject: quota: enable quotaon/quotacheck in local-fs.target, not basic.target --- units/quotacheck.service.in | 2 +- units/quotaon.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'units') diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index b670c57a75..f2f1a71530 100644 --- a/units/quotacheck.service.in +++ b/units/quotacheck.service.in @@ -18,4 +18,4 @@ RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-quotacheck [Install] -WantedBy=basic.target +WantedBy=local-fs.target diff --git a/units/quotaon.service b/units/quotaon.service index 1c4a0cd3bb..4bdcfe44e6 100644 --- a/units/quotaon.service +++ b/units/quotaon.service @@ -18,4 +18,4 @@ RemainAfterExit=yes ExecStart=/sbin/quotaon -anug [Install] -WantedBy=basic.target +WantedBy=local-fs.target -- cgit v1.2.3-54-g00ecf