qubes-mount-home.service 305 B

12345678910111213
  1. [Unit]
  2. Description=Mount /rw and /home, initialize them if needed
  3. Before=qubes-gui-agent.service
  4. [Service]
  5. Type=oneshot
  6. RemainAfterExit=yes
  7. ExecStart=/usr/lib/qubes/init/mount-home.sh
  8. ExecStop=/sbin/fuser -kMm /home ; /bin/umount /home
  9. ExecStopPost=-/bin/umount /rw
  10. [Install]
  11. WantedBy=multi-user.target