mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
14 lines
517 B
Django/Jinja
14 lines
517 B
Django/Jinja
[Unit]
|
|
Description=Provides the Calibre Book Server
|
|
After=syslog.target network.target local-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/calibre.pid
|
|
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]
|
|
# 2018-09-06: @jvonau believes the line below is bogus, so we're removing it per #1096
|
|
#TimeoutStartSec=900
|
|
WantedBy=multi-user.target
|