fix bin path in systemd unit file

This commit is contained in:
Leo Antunes
2019-07-21 22:23:07 +02:00
committed by GitHub
parent 7fac011a02
commit 6c5389e683

4
dist/wesher.service vendored
View File

@ -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