2015-03-04 01:52:18 +01:00
|
|
|
[Unit]
|
2015-04-11 02:51:10 +02:00
|
|
|
Description=Initialize and mount /rw and /home
|
2016-07-25 13:59:55 +02:00
|
|
|
After=qubes-sysinit.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
Before=local-fs.target qubes-gui-agent.service
|
2015-03-04 01:52:18 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2015-10-14 21:09:49 +02:00
|
|
|
ExecStart=/usr/lib/qubes/init/mount-dirs.sh
|
2015-07-24 11:05:44 +02:00
|
|
|
# Fedora and Debian have different paths for fuser
|
|
|
|
ExecStop=/bin/sh -c 'fuser -kMm /home' ; /bin/umount /home
|
2015-03-04 01:52:18 +01:00
|
|
|
ExecStopPost=-/bin/umount /rw
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|