core-agent-linux/vm-systemd/qubes-misc-post.service
Marek Marczykowski-Górecki 88d7ca7940 Move mounting /rw and /home to separate service
Many services depended on misc-post only because this was where /home
gets mounted. Move that to separate service, started earlier.
2015-03-04 01:52:18 +01:00

13 lines
269 B
Desktop File

[Unit]
Description=Qubes misc post-boot actions
After=qubes-dvm.service qubes-mount-home.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/qubes/init/misc-post.sh
ExecStop=/usr/lib/qubes/init/misc-post-stop.sh
[Install]
WantedBy=multi-user.target