feedsd.service 424 B

123456789101112131415161718192021222324
  1. [Unit]
  2. Description=feedsd service
  3. After=network.target
  4. StartLimitIntervalSec=0
  5. [Service]
  6. Type=notify
  7. NotifyAccess=main
  8. ExecStart=/opt/feedreader/bin/feedsd
  9. ExecReload=/bin/kill -HUP $MAINPID
  10. RuntimeDirectory=feedsd
  11. RuntimeDirectoryMode=0755
  12. WorkingDirectory=/run/feedsd
  13. StandardOutput=journal
  14. StandardError=journal
  15. Restart=on-failure
  16. RestartSec=10
  17. User=www-data
  18. Group=www-data
  19. Nice=10
  20. [Install]
  21. WantedBy=multi-user.target