Merge pull request #79 from rkaldung/master
Modified init skript and added optional sysconfig file. ok to test
This commit is contained in:
commit
3e269375ba
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ NAME=zammad
|
||||||
APP_PORT=3000
|
APP_PORT=3000
|
||||||
WS_PORT=6042
|
WS_PORT=6042
|
||||||
|
|
||||||
|
ZAMMAD_CONFIG=/etc/sysconfig/zammad
|
||||||
|
# Read config
|
||||||
|
[ -f "$JENKINS_CONFIG" ] && . "$JENKINS_CONFIG"
|
||||||
|
|
||||||
|
|
||||||
# Load RVM into a shell session *as a function*
|
# Load RVM into a shell session *as a function*
|
||||||
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then
|
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then
|
||||||
# First try to load from a user install
|
# First try to load from a user install
|
||||||
|
|
Loading…
Reference in a new issue