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.
This commit is contained in:
Marek Marczykowski 2013-01-11 23:49:46 +01:00
parent ff47b0a8b8
commit 970203b956

View File

@ -1,6 +1,6 @@
[Unit]
Description=Qubes misc post-boot actions
After=qubes-dvm.service
After=qubes-dvm.service network.target
[Service]
Type=oneshot