Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fogbow
fogbow-green-sitter
Commits
afaf3497
Commit
afaf3497
authored
Mar 26, 2015
by
aninhacostaribeiro
Browse files
Removing backup files from contrib
parent
af729c7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/upstart/fogbow-green-sitter-agent.conf~
deleted
100644 → 0
View file @
af729c7a
description "Fogbow green sitter server"
author "Ana Ribeiro"
start on startup
stop on shutdown
respawn
respawn limit 99 5
env APP_USER="fogbow"
env APP_DIR="/usr/share/fogbow-green-sitter-server/"
env APP_EXEC="/usr/bin/java"
"env APP_PID="/var/run/fogbow-reverse-tunnel.pid"????
env APP_ARGS="-Dlog4j.configuration=file:log4j.properties -jar target/ffogbow-green-sitter-server-0.0.1-SNAPSHOT-jar-with-dependencies.jar server.properties"
script
exec start-stop-daemon --start --chuid ${APP_USER} -m -p ${APP_PID} --chdir ${APP_DIR} --exec ${APP_EXEC} -- ${APP_ARGS}
end script
post-start script
echo "Fogbow green sitter server started."
end script
contrib/upstart/fogbow-green-sitter-server.conf~
deleted
100644 → 0
View file @
af729c7a
description "Fogbow green sitter server"
author "Ana Ribeiro"
start on startup
stop on shutdown
respawn
respawn limit 99 5
env APP_USER="fogbow"
env APP_DIR="/usr/share/fogbow-green-sitter-server/"
env APP_EXEC="/usr/bin/java"
"env APP_PID="/var/run/fogbow-green-sitter-server.pid"????
env APP_ARGS="-Dlog4j.configuration=file:log4j.properties -jar target/fogbow-green-sitter-server-0.0.1-SNAPSHOT-jar-with-dependencies.jar server.properties"
script
exec start-stop-daemon --start --chuid ${APP_USER} -m -p ${APP_PID} --chdir ${APP_DIR} --exec ${APP_EXEC} -- ${APP_ARGS}
end script
post-start script
echo "Fogbow green sitter server started."
end script
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment