mirror of
https://github.com/Rudd-O/qubes-network-server.git
synced 2025-06-06 18:08:33 +02:00
14 lines
351 B
SYSTEMD
14 lines
351 B
SYSTEMD
[Unit]
|
|
Description=Configure the network to allow network server VMs
|
|
Documentation=https://github.com/Rudd-O/qubes-network-server
|
|
ConditionPathExists=/var/run/qubes-service/qubes-firewall
|
|
After=qubes-firewall.service
|
|
BindsTo=qubes-firewall.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=@SBINDIR@/qubes-routing-manager
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|