summarylogtreecommitdiffstats
path: root/calibre-server.service
blob: f986e4111faef8c06255ba121ec0478cef3a102e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Modifications to this file will be overwritten by the package, so
# use a systemd override instead.
#
# /etc/systemd/system/calibre-server.service.d/override.conf

[Unit]
Description=Calibre Server Service
Wants=network-online.target
After=network-online.target

[Service]
User=calibre
Group=calibre
ExecStart=/usr/bin/calibre-server --port=8080 /srv/calibre
Type=simple

[Install]
WantedBy=multi-user.target