1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/calibre/templates/calibre-serve.service.j2

13 lines
365 B
Text
Raw Normal View History

2017-05-27 18:09:50 +00:00
[Unit]
Description=Provides the Calibre Book Server
After=syslog.target network.target local-fs.target
[Service]
Type=forking
PIDFile=/var/run/calibre.pid
2017-11-15 01:45:27 +00:00
ExecStart=/usr/bin/calibre-server --daemonize --log=/var/log/calibre.log --pidfile=/var/run/calibre.pid --port={{ calibre_port }} {{ calibre_dbpath }}
2017-05-27 18:09:50 +00:00
[Install]
TimeoutStartSec=900
WantedBy=multi-user.target