Thread: server dies
View Single Post
Old 01-14-2018, 12:25 PM   #2
howi42
Member
howi42 began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Sep 2014
Device: none
here is the service file :


[Unit]
Description=Calibre Service
After=network.target

[Service]
Type=simple
User=howi
Group=howi

ExecStart=/usr/bin/calibre-server\
--daemonize\
--max-opds-items=30\
--max-opds-ungrouped-items=100\
--port 8080 \
--log=/opt/calibre/calibre.log \
--enable-auth \
/media/howi/cc730ce1-a103-420c-929f-f2f2854c8751/calbel

[Install]
WantedBy=multi-user.target
howi42 is offline   Reply With Quote