Reverted binary paths
This commit is contained in:
parent
50036b5849
commit
d9f8cd5858
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
prog=osync
|
prog=osync
|
||||||
progexec=osync.sh
|
progexec=osync.sh
|
||||||
progpath=$(which osync.sh)
|
progpath=/usr/local/bin
|
||||||
confdir=/etc/osync
|
confdir=/etc/osync
|
||||||
pidfile=/var/run/$prog
|
pidfile=/var/run/$prog
|
||||||
SCRIPT_BUILD=2015092701
|
SCRIPT_BUILD=2015092701
|
||||||
|
|
|
@ -6,7 +6,7 @@ Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
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
|
SuccessExitStatus=0 2
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -5,7 +5,7 @@ Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
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
|
SuccessExitStatus=0 2
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue