diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 6 | ||||
-rw-r--r-- | units/quotaon.service | 2 | ||||
-rw-r--r-- | units/systemd-fsck-root.service.in (renamed from units/fsck-root.service.in) | 0 | ||||
-rw-r--r-- | units/systemd-fsck@.service.in (renamed from units/fsck@.service.in) | 0 | ||||
-rw-r--r-- | units/systemd-quotacheck.service.in (renamed from units/quotacheck.service.in) | 0 | ||||
-rw-r--r-- | units/systemd-remount-fs.service.in | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/units/.gitignore b/units/.gitignore index bcbff337dd..6808d1c82e 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -12,9 +12,9 @@ systemd-sysctl.service systemd-ask-password-console.service rescue.service systemd-ask-password-wall.service -quotacheck.service -fsck@.service -fsck-root.service +/systemd-quotacheck.service +/systemd-fsck@.service +/systemd-fsck-root.service systemd-tmpfiles-clean.service systemd-tmpfiles-setup.service halt.service diff --git a/units/quotaon.service b/units/quotaon.service index f90a7fe7d9..b8df87e35b 100644 --- a/units/quotaon.service +++ b/units/quotaon.service @@ -8,7 +8,7 @@ [Unit] Description=Enable File System Quotas DefaultDependencies=no -After=systemd-readahead-collect.service systemd-readahead-replay.service quotacheck.service +After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-quotacheck.service Before=local-fs.target shutdown.target ConditionPathExists=/sbin/quotaon diff --git a/units/fsck-root.service.in b/units/systemd-fsck-root.service.in index 517dee70be..517dee70be 100644 --- a/units/fsck-root.service.in +++ b/units/systemd-fsck-root.service.in diff --git a/units/fsck@.service.in b/units/systemd-fsck@.service.in index 4c595772de..4c595772de 100644 --- a/units/fsck@.service.in +++ b/units/systemd-fsck@.service.in diff --git a/units/quotacheck.service.in b/units/systemd-quotacheck.service.in index d3343df264..d3343df264 100644 --- a/units/quotacheck.service.in +++ b/units/systemd-quotacheck.service.in diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in index 0524de82cd..cddb0a1fb9 100644 --- a/units/systemd-remount-fs.service.in +++ b/units/systemd-remount-fs.service.in @@ -10,7 +10,7 @@ Description=Remount Root and Kernel File Systems Documentation=man:systemd-remount-fs.service(8) DefaultDependencies=no Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service +After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-fsck-root.service Before=local-fs-pre.target local-fs.target shutdown.target Wants=local-fs-pre.target ConditionPathExists=/etc/fstab |