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