7264576364
As recommended by systemd manual page.
16 lines
338 B
Desktop File
16 lines
338 B
Desktop File
[Unit]
|
|
Description=Qubes network forwarding setup
|
|
ConditionPathExists=/var/run/qubes-service/qubes-network
|
|
Before=network.target
|
|
After=iptables.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/qubes/init/network-proxy-setup.sh
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=qubes_firewall.service
|