service configuration files that needs to be saved just incase the server got lost someday by the cloud provider.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
374B

  1. [Unit]
  2. Description=calibre content server
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=www-data
  7. Group=www-data
  8. ExecStart=/opt/calibre/calibre-server --listen-on 127.0.0.1 --shutdown-timeout 3 --url-prefix /books /var/www/MyBooks
  9. ##ExecStop=/opt/calibre/calibre-server --shutdown 1 "/var/www/MyBooks"
  10. KillMode=process
  11. TimeoutSec=900
  12. [Install]
  13. WantedBy=multi-user.target