1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #1097 from holta/calibre-timeout-cleanup

Calibre unit file: Change TimeoutStartSec=400 to 600 & remove TimeoutStartSec=900
This commit is contained in:
A Holt 2018-09-06 11:42:45 -04:00 committed by GitHub
commit ad96b79e7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,10 @@ After=syslog.target network.target local-fs.target
[Service]
Type=forking
PIDFile=/var/run/calibre.pid
TimeoutStartSec=400
TimeoutStartSec=600
ExecStart=/usr/bin/calibre-server --daemonize --log=/var/log/calibre.log --pidfile=/var/run/calibre.pid --port={{ calibre_port }} --enable-auth --userdb={{ calibre_userdb }} {{ calibre_dbpath }}
[Install]
TimeoutStartSec=900
# 2018-09-06: @jvonau believes the line below is bogus, so we're removing it per #1096
#TimeoutStartSec=900
WantedBy=multi-user.target