Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
sso
Commits
776fd411
Commit
776fd411
authored
Oct 16, 2016
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fixes
parent
931e9e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
debian/ai-sso-server.service
debian/ai-sso-server.service
+2
-3
No files found.
debian/ai-sso-server.service
View file @
776fd411
...
...
@@ -5,11 +5,10 @@ After=network.target
[Service]
PIDFile
=
/var/run/sso/sso_server.pid
User
=
root
Group
=
ai-sso
WorkingDirectory
=
/var/run/sso
Environment
=
SSO_PORT=5002
ExecStart
=
/usr/bin/gunicorn
\
--log-config
=
/etc/sso/logging.conf
\
--log-config
/etc/sso/logging.conf
\
--bind 0.0.0.0:${SSO_PORT}
\
--worker-class gevent
\
--pid /var/run/sso/sso_server.pid
\
...
...
@@ -18,7 +17,7 @@ ExecStart=/usr/bin/gunicorn \
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true
Restart=
on-failure
Restart=
always
[Install]
WantedBy=multi-user.target
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