The idea is to make install guides and better descriptive files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ocelot.service 372B

1234567891011121314151617181920
  1. [Unit]
  2. Description=Ocelot Bittorrent Tracker
  3. After=network.target
  4. After=mysql.target
  5. Requires=network.target
  6. Requires=mysql.service
  7. [Service]
  8. Type=simple
  9. TimeoutStartSec=0
  10. ExecStart=/usr/local/bin/ocelot
  11. ExecReload=/bin/kill -HUP $MAINPID
  12. PIDFile=/var/run/ocelot.pid
  13. RestartSec=20
  14. TimeoutStopSec=60
  15. TimeoutStartSec=360
  16. Restart=always
  17. [Install]
  18. WantedBy=multi-user.target