Reverted binary paths

This commit is contained in:
deajan 2017-03-14 21:43:49 +01:00
parent 50036b5849
commit d9f8cd5858
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
prog=osync
progexec=osync.sh
progpath=$(which osync.sh)
progpath=/usr/local/bin
confdir=/etc/osync
pidfile=/var/run/$prog
SCRIPT_BUILD=2015092701

View File

@ -6,7 +6,7 @@ Wants=network-online.target
[Service]
Type=simple
ExecStart=$(which osync.sh) /etc/osync/%i --on-changes --errors-only
ExecStart=/usr/local/bin/osync.sh /etc/osync/%i --on-changes --errors-only
SuccessExitStatus=0 2
[Install]

View File

@ -5,7 +5,7 @@ Wants=network-online.target
[Service]
Type=simple
ExecStart=$(which osync.sh) /etc/osync/%i --on-changes --silent
ExecStart=/usr/local/bin/osync.sh /etc/osync/%i --on-changes --silent
SuccessExitStatus=0 2
[Install]
WantedBy=multi-user.target