Replace path trigger to binding to WireGuard device

This commit is contained in:
2023-06-04 12:05:00 +02:00
parent a12f4d19c3
commit 98f87c33bd
4 changed files with 6 additions and 12 deletions

View File

@ -0,0 +1,3 @@
[Unit]
BindsTo=set-ip-routes.service
Before=set-ip-routes.service

View File

@ -1,9 +0,0 @@
[Unit]
Description=Detect WireGuard VPN activation
[Path]
PathExists=/sys/class/net/wg0/dev_id
Unit=set-ip-routes.service
[Install]
WantedBy=default.target

View File

@ -1,5 +1,6 @@
[Unit]
Description=Update IP routes after connecting to VPN
BindsTo=sys-subsystem-net-devices-wg0.device
[Service]
Type=oneshot