From: Tollef Fog Heen Date: Wed, 29 Jun 2011 11:57:25 +0000 (+0200) Subject: Make remount-rootfs happen before mountoverflowtmp X-Git-Tag: 29-1~14 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d8c68390c7e6d605f6e9127d4adf0be39f7c4a5;p=systemd Make remount-rootfs happen before mountoverflowtmp --- diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service index e95023f0..6dbcaeb7 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -10,7 +10,7 @@ Description=Remount Root FS DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service -Before=local-fs.target shutdown.target +Before=local-fs.target shutdown.target mountoverflowtmp.service [Service] Type=oneshot