ca03e093f7
Network management software should order itself after network-pre.target (man 7 systemd.special) so that other units can order themselves before the *beginning* of network initialization. (qubes-misc-post too because it calls setup-ip.) Relevant for QubesOS/qubes-issues#2108
12 lines
257 B
Desktop File
12 lines
257 B
Desktop File
[Unit]
|
|
Description=Qubes network monitor
|
|
ConditionPathExists=/var/run/qubes-service/qubes-netwatcher
|
|
After=network-pre.target qubes-firewall.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/qubes-netwatcher
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|