summarylogtreecommitdiffstats
path: root/calibre-web.service
blob: 8a7b89f0eb26803922e5e3ba355927a95fe43e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Calibre-web

[Service]
Type=simple
User=calibre-web
Group=calibre-web
ExecStart=/usr/lib/calibre-web/cps.py
WorkingDirectory=/usr/lib/calibre-web/
KillSignal=SIGINT
SendSIGHUP=yes

[Install]
WantedBy=multi-user.target