diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-02-18 12:46:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 12:46:31 +0100 |
commit | 4d422d1f9e285a642247c46f5253ec6e765753df (patch) | |
tree | a431e2476de33bceb4e7ec5a6e21104695b2564b /units | |
parent | Merge pull request #11747 from yuwata/fstab-generator-log (diff) | |
parent | Define macro for systemd-fsck-root.service (diff) | |
download | systemd-4d422d1f9e285a642247c46f5253ec6e765753df.tar.xz systemd-4d422d1f9e285a642247c46f5253ec6e765753df.zip |
Merge pull request #11226 from keszybz/enable-remount-fs-dynamically
Enable systemd-remount-fs.service dynamically
Diffstat (limited to 'units')
-rw-r--r-- | units/meson.build | 3 | ||||
-rw-r--r-- | units/systemd-remount-fs.service.in | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/units/meson.build b/units/meson.build index d69508467f..3820585051 100644 --- a/units/meson.build +++ b/units/meson.build @@ -186,8 +186,7 @@ in_units = [ ['systemd-quotacheck.service', 'ENABLE_QUOTACHECK'], ['systemd-random-seed.service', 'ENABLE_RANDOMSEED', 'sysinit.target.wants/'], - ['systemd-remount-fs.service', '', - 'local-fs.target.wants/'], + ['systemd-remount-fs.service', ''], ['systemd-resolved.service', 'ENABLE_RESOLVE', join_paths(pkgsysconfdir, 'system/dbus-org.freedesktop.resolve1.service') + ' ' + join_paths(pkgsysconfdir, 'system/multi-user.target.wants/')], diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in index 2e5b75ec03..4f4304d68e 100644 --- a/units/systemd-remount-fs.service.in +++ b/units/systemd-remount-fs.service.in @@ -16,7 +16,6 @@ Conflicts=shutdown.target After=systemd-fsck-root.service Before=local-fs-pre.target local-fs.target shutdown.target Wants=local-fs-pre.target -ConditionPathExists=/etc/fstab [Service] Type=oneshot |