Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PaaSage
deployment_scripts
Commits
7007bdc3
Commit
7007bdc3
authored
May 20, 2016
by
Etienne Charlier
Browse files
Fix startup sequence
parent
23c06f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
site-cookbooks/deploy-play/templates/colosseum.conf.erb
View file @
7007bdc3
...
...
@@ -4,14 +4,9 @@ description "<%= @application_name%>"
start on started server
stop on shutdown
pre-start script
mkdir -p "/run/execware"
chown
<%=
@install_user
%>
/run/execware
end script
env PAASAGE_CONFIG_DIR=/etc/paasage
env PID_FILE_DIR=
"/run/execware"
env PID_FILE_DIR=
<%=
@installation_dir
%>
setuid
<%=
@install_user
%>
setgid
<%=
@install_user
%>
...
...
Write
Preview
Supports
Markdown
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