2015-03-04 01:52:18 +01:00
|
|
|
[Unit]
|
2015-04-11 02:51:10 +02:00
|
|
|
Description=Initialize and mount /rw and /home
|
2015-03-04 01:52:18 +01:00
|
|
|
Before=qubes-gui-agent.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/lib/qubes/init/mount-home.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
|