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
|
|
|
|
ExecStop=/sbin/fuser -kMm /home ; /bin/umount /home
|
|
|
|
ExecStopPost=-/bin/umount /rw
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|