diff options
author | Aleš Smodiš <aless@guru.si> | 2015-10-17 22:06:18 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-10-17 22:06:18 +0200 |
commit | 8893bb730b7d4127f1e4f8a47146d5dfb9300c81 (patch) | |
tree | 8caec96890db6348ac932641e1b25320ddfa9615 /scripts/sysvinit/codeq-web | |
parent | 79c4800ac99c24400ad9da91101b48d6a55234b9 (diff) |
Implemented init script for the SAML daemon, modified the refresh-and-deploy script accordingly.
Diffstat (limited to 'scripts/sysvinit/codeq-web')
-rwxr-xr-x | scripts/sysvinit/codeq-web | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sysvinit/codeq-web b/scripts/sysvinit/codeq-web index 56a2f35..98f1e74 100755 --- a/scripts/sysvinit/codeq-web +++ b/scripts/sysvinit/codeq-web @@ -49,6 +49,7 @@ do_start() # 1 if daemon was already running # 2 if daemon could not be started export CODEQ_WEB_LOG + export CODEQ_SAML_SERVICE_URL start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $NODEJS --background --make-pidfile --test > /dev/null \ || return 1 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $NODEJS --background --make-pidfile -- $SCRIPT \ |