mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update calibre-serve.service.j2
This commit is contained in:
parent
1418c8b677
commit
e65e306939
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ After=syslog.target network.target local-fs.target
|
|||
Type=forking
|
||||
PIDFile=/var/run/calibre.pid
|
||||
TimeoutStartSec=400
|
||||
ExecStart=/usr/bin/calibre-server --daemonize --log=/var/log/calibre.log --pidfile=/var/run/calibre.pid --port={{ calibre_port }} {{ calibre_dbpath }}
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue