adjust paths to binaries

This commit is contained in:
Jan-Piet Mens
2016-05-30 13:55:50 +02:00
parent 0cf4350004
commit 4497ced35d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ mkdir -p /owntracks/recorder/store
mkdir -p /owntracks/recorder/store/last
chown -R owntracks:owntracks /owntracks/recorder
/usr/local/sbin/ot-recorder --initialize
/usr/sbin/ot-recorder --initialize
mkdir -p /owntracks/certs

View File

@@ -20,7 +20,7 @@ auto_start=true
autorestart=true
[program:recorder]
command=/usr/local/sbin/ot-recorder --http-host 0.0.0.0 'owntracks/#'
command=/usr/sbin/ot-recorder --http-host 0.0.0.0 'owntracks/#'
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0