fix bin path in systemd unit file
This commit is contained in:
4
dist/wesher.service
vendored
4
dist/wesher.service
vendored
@ -4,9 +4,9 @@ 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
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy = multi-user.target
|
WantedBy = multi-user.target
|
||||||
|
Reference in New Issue
Block a user