fix bin path in systemd unit file
This commit is contained in:
parent
7fac011a02
commit
6c5389e683
|
@ -4,7 +4,7 @@ After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/default/wesher
|
EnvironmentFile=-/etc/default/wesher
|
||||||
ExecStart=/usr/loca/sbin/wesher
|
ExecStart=/usr/local/sbin/wesher
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue