diff --git a/systemd-templates/set-ip-routes.service b/systemd-templates/set-ip-routes.service index 21b8c7c..bea75fb 100644 --- a/systemd-templates/set-ip-routes.service +++ b/systemd-templates/set-ip-routes.service @@ -7,4 +7,4 @@ RemainAfterExit=yes ExecStart=/usr/sbin/ip route del default dev wg0 ExecStart=/usr/sbin/ip route add PH_DNS dev wg0 ExecStart=/usr/sbin/ip route add PH_NETWORK dev wg0 -ExecStart=/storage/libreelec-conf/set-resolv-conf.sh +ExecStart=/usr/bin/bash /storage/libreelec-conf/set-resolv-conf.sh