Pārlūkot izejas kodu

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.
Marek Marczykowski 11 gadi atpakaļ
vecāks
revīzija
970203b956
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      vm-systemd/qubes-misc-post.service

+ 1 - 1
vm-systemd/qubes-misc-post.service

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