From: Lennart Poettering Date: Sun, 22 Apr 2012 13:35:35 +0000 (+0200) Subject: units: remount file systems only if /etc/fstab actually exists X-Git-Tag: v183~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3f7277c6e50ce567f07cad5232292ec62207b8c;p=thirdparty%2Fsystemd.git units: remount file systems only if /etc/fstab actually exists --- diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service index 6ca057ec671..52a70743bc2 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -12,6 +12,7 @@ Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service Before=local-fs-pre.target local-fs.target shutdown.target Wants=local-fs-pre.target +ConditionPathExists=/etc/fstab [Service] Type=oneshot diff --git a/units/systemd-remount-api-vfs.service.in b/units/systemd-remount-api-vfs.service.in index d1eba4b17e4..60ff9c3f42f 100644 --- a/units/systemd-remount-api-vfs.service.in +++ b/units/systemd-remount-api-vfs.service.in @@ -12,6 +12,7 @@ Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service Before=local-fs-pre.target local-fs.target shutdown.target Wants=local-fs-pre.target +ConditionPathExists=/etc/fstab [Service] Type=oneshot