From 34b4d34f4793c7778084bbe051dd865c7ce4f820 Mon Sep 17 00:00:00 2001 From: redxef Date: Thu, 15 Jun 2023 02:20:27 +0200 Subject: [PATCH] Fix path of script in unit file. --- gre-on-wg@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gre-on-wg@.service b/gre-on-wg@.service index fc931ac..9531b01 100644 --- a/gre-on-wg@.service +++ b/gre-on-wg@.service @@ -7,8 +7,8 @@ PartOf=gre-on-wg.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/bin/gre-on-wg up %i -ExecStop=/usr/bin/gre-on-wg down %i +ExecStart=/usr/local/bin/gre-on-wg up %i +ExecStop=/usr/local/bin/gre-on-wg down %i [Install] WantedBy=multi-user.target