# Managed by Ansible (role: pia-gateway). Do not edit by hand. # # Seeds the VLAN 50 kill switch (policy-routing rule, terminal unreachable # route, static drop rule) before wg-quick@{{ pia_wg_interface }}.service # is allowed to start — see the drop-in this role installs on that unit # (wg-quick-order.conf.j2) for the other half of the ordering. [Unit] Description=PIA gateway kill switch (VLAN 50 policy routing seed) Before=wg-quick@{{ pia_wg_interface }}.service DefaultDependencies=no After=network-online.target Wants=network-online.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/local/sbin/pia-killswitch.sh [Install] WantedBy=multi-user.target