Fix path of script in unit file.
This commit is contained in:
parent
4a1d206ce5
commit
34b4d34f47
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ PartOf=gre-on-wg.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=/usr/bin/gre-on-wg up %i
|
ExecStart=/usr/local/bin/gre-on-wg up %i
|
||||||
ExecStop=/usr/bin/gre-on-wg down %i
|
ExecStop=/usr/local/bin/gre-on-wg down %i
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue