From 1971a1380e288b56e5407afdaca8e1a2daf62428 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 3 Jun 2023 19:01:04 +0200 Subject: [PATCH] Update service unit --- systemd-templates/set-ip-routes.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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