X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fremount-rootfs.service;h=52a70743bc2a60e3d181460a26f5aefdc91802da;hb=f2b6878955b1f77ea1fa87b502b13d5dbefc57f6;hp=89a16c8b2666c65850def8f08497d9b3d98b356c;hpb=263653e10353d8ad155f1faba01981816a2bb712;p=elogind.git diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service index 89a16c8b2..52a70743b 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -1,8 +1,8 @@ # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] @@ -12,9 +12,9 @@ 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 RemainAfterExit=yes ExecStart=/bin/mount / -o remount -StandardOutput=syslog