2012-01-10 12:10:16 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Qubes network forwarding setup
|
|
|
|
ConditionPathExists=/var/run/qubes-service/qubes-network
|
2012-01-14 01:35:58 +01:00
|
|
|
Before=network.target
|
2012-06-04 15:29:26 +02:00
|
|
|
After=iptables.service
|
2012-01-10 12:10:16 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/lib/qubes/init/network-proxy-setup.sh
|
|
|
|
StandardOutput=syslog
|
|
|
|
|
|
|
|
[Install]
|
2012-01-14 01:35:58 +01:00
|
|
|
WantedBy=multi-user.target
|