fix init script

Change-Id: I0bc2e95bf87eaba02b5d502719354e439042de1e
Reviewed-on: https://forge.frm2.tum.de/review/16323
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Tested-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
Enrico Faulhaber
2017-09-22 13:28:00 +02:00
parent a71c9b7c81
commit c627caf0d1

View File

@ -38,7 +38,7 @@ import signal
CFG_DIR = '/etc/secop' CFG_DIR = '/etc/secop'
PID_DIR = '/var/run' PID_DIR = '/var/run/secop'
SRV_EXEC = 'secop-server' SRV_EXEC = 'secop-server'
inplace_basedir = os.path.join(os.path.dirname(__file__), '..') inplace_basedir = os.path.join(os.path.dirname(__file__), '..')