]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-remount-fs.service.in
Merge pull request #1408 from poettering/systemctl-and-more
[thirdparty/systemd.git] / units / systemd-remount-fs.service.in
CommitLineData
90685f7d
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
90685f7d
LP
6# (at your option) any later version.
7
8[Unit]
2b93b027 9Description=Remount Root and Kernel File Systems
ca6b98ae 10Documentation=man:systemd-remount-fs.service(8)
236bc757 11Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
90685f7d
LP
12DefaultDependencies=no
13Conflicts=shutdown.target
d6bc8348 14After=systemd-fsck-root.service
8266f984
LP
15Before=local-fs-pre.target local-fs.target shutdown.target
16Wants=local-fs-pre.target
e3f7277c 17ConditionPathExists=/etc/fstab
90685f7d
LP
18
19[Service]
20Type=oneshot
21RemainAfterExit=yes
2b93b027 22ExecStart=@rootlibexecdir@/systemd-remount-fs