Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
intranet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nounous-archives
intranet
Commits
923cc896
Commit
923cc896
authored
Dec 03, 2015
by
Hamza Dely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
systemd vérifie que la base PG est joignable au démarrage de l'intranet
parent
2c3a1494
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
utils/intranet2.service
utils/intranet2.service
+1
-0
No files found.
utils/intranet2.service
View file @
923cc896
...
...
@@ -20,6 +20,7 @@ User=root
Group
=
root
PIDFile
=
/run/gunicorn/intranet2.pid
WorkingDirectory
=
/localhome/django/intranet-dev/
ExecStartPre
=
/usr/bin/pg_isready -h thot.adm.crans.org -U crans -d django
ExecStart
=
/usr/bin/gunicorn wsgi:application --pid=/run/gunicorn/intranet2.pid --name intranet2 --user www-data --group www-data --daemon --log-file /var/log/gunicorn/intranet2.log --log-level=info --bind=unix:///tmp/gunicorn-intranet.sock --workers=1
ExecReload
=
/bin/kill -s HUP $MAINPID
ExecStop
=
/bin/kill -s TERM $MAINPID
...
...
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