Reverted binary paths
This commit is contained in:
parent
50036b5849
commit
d9f8cd5858
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue