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
af729c7a
Commit
af729c7a
authored
Mar 26, 2015
by
aninhacostaribeiro
Browse files
Addedd contrib
parent
b5736955
Changes
4
Hide whitespace changes
Inline
Side-by-side
contrib/upstart/fogbow-green-sitter-agent.conf
0 → 100644
View file @
af729c7a
description
"Fogbow green sitter agent"
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-agent/"
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/fogbow-green-sitter-agent-0.0.1-SNAPSHOT-jar-with-dependencies.jar agent.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 agent started."
end
script
contrib/upstart/fogbow-green-sitter-agent.conf~
0 → 100644
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
0 → 100644
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
contrib/upstart/fogbow-green-sitter-server.conf~
0 → 100644
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