diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 1 | ||||
-rw-r--r-- | units/quotaon.service.in (renamed from units/quotaon.service) | 4 | ||||
-rw-r--r-- | units/systemd-quotacheck.service.in | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/units/.gitignore b/units/.gitignore index de5117914d..74bff5431f 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -14,6 +14,7 @@ /rescue.service /systemd-ask-password-wall.service /systemd-quotacheck.service +/quotaon.service /systemd-fsck@.service /systemd-fsck-root.service /systemd-tmpfiles-clean.service diff --git a/units/quotaon.service b/units/quotaon.service.in index caaf12d9f7..49a50a7feb 100644 --- a/units/quotaon.service +++ b/units/quotaon.service.in @@ -11,9 +11,9 @@ Documentation=man:quotaon(8) DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-quotacheck.service Before=local-fs.target shutdown.target -ConditionPathExists=/sbin/quotaon +ConditionPathExists=@QUOTAON@ [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/sbin/quotaon -aug +ExecStart=@QUOTAON@ -aug diff --git a/units/systemd-quotacheck.service.in b/units/systemd-quotacheck.service.in index 319a3ced48..f726ea1bcd 100644 --- a/units/systemd-quotacheck.service.in +++ b/units/systemd-quotacheck.service.in @@ -11,7 +11,7 @@ Documentation=man:systemd-quotacheck.service(8) DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service Before=local-fs.target shutdown.target -ConditionPathExists=/sbin/quotacheck +ConditionPathExists=@QUOTACHECK@ [Service] Type=oneshot |