debian: use 0 to denote infinity in TimeoutStartSec (#16641)

Specifying "infinity" will be ok with systemd from Stretch.
This commit is contained in:
Frédéric Péters 2017-05-31 14:17:51 +02:00
parent a722e50c46
commit 4bb91922fd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ExecStart=/usr/bin/gunicorn \
--name %p \
%p.wsgi:application
ExecReload=/bin/kill -HUP $MAINPID
TimeoutStartSec=infinity
TimeoutStartSec=0
PrivateTmp=true
Restart=on-failure
RuntimeDirectory=combo