浏览代码

lawipac calibre library service

master
Gitea 5 年前
父节点
当前提交
9773140a89
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. +15
    -0
      lawipac.com/etc/systemd/system/calibre-server.service

+ 15
- 0
lawipac.com/etc/systemd/system/calibre-server.service 查看文件

@@ -0,0 +1,15 @@
[Unit]
Description=calibre content server
After=network.target

[Service]
Type=simple
User=www-data
Group=www-data
ExecStart=/opt/calibre/calibre-server --listen-on 127.0.0.1 --shutdown-timeout 3 --url-prefix /books /var/www/MyBooks
##ExecStop=/opt/calibre/calibre-server --shutdown 1 "/var/www/MyBooks"
KillMode=process
TimeoutSec=900

[Install]
WantedBy=multi-user.target

正在加载...
取消
保存