diff --git a/systemd-templates/set-ip-routes.service b/systemd-templates/set-ip-routes.service index 86e22ef..8120eb1 100644 --- a/systemd-templates/set-ip-routes.service +++ b/systemd-templates/set-ip-routes.service @@ -7,3 +7,6 @@ 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 + +[Install] +WantedBy=default.target