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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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