core-agent-linux/vm-systemd/qubes-misc-post.service
Marek Marczykowski 970203b956 vm/systemd: start misc-post after network
This will ensure that /rw/config/rc.local is called after applying default
iptables rules, so it can safely modify it without the risk to be overridden
later by default ones.
2013-01-11 23:49:46 +01:00

13 lines
259 B
Desktop File

[Unit]
Description=Qubes misc post-boot actions
After=qubes-dvm.service network.target
[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