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]
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue