Fix path of script in unit file.

This commit is contained in:
redxef 2023-06-15 02:20:27 +02:00
parent 4a1d206ce5
commit 34b4d34f47
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -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