summaryrefslogtreecommitdiff
path: root/calibre-server.service
blob: f711bdc1d9639381f81e4bf18a8610548b558149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Calibre library server
After=network.target

[Service]
Type=simple
User=root
Group=root
ExecStart=/usr/bin/calibre-server --enable-auth --enable-local-write /srv/lbry --listen-on 127.0.0.1

[Install]
WantedBy=multi-user.target