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