masthelp.peerscrawl_loop.service 417 B

1234567891011121314151617
  1. [Unit]
  2. Description=mastodon.help peerscrawl loop
  3. After=network.target
  4. [Service]
  5. # You can set User to what is most comfortable to you
  6. User=gnucco
  7. Type=simple
  8. ExecStart=/usr/local/share/webapps/mastodon.help/web/clitools/maintain/pcloop.bash
  9. #ExecStop=/bin/kill $MAINPID
  10. #ExecReload=/bin/kill -HUP $MAINPID
  11. #KillMode=control-group
  12. Restart=on-failure
  13. RestartPreventExitStatus=255
  14. [Install]
  15. WantedBy=multi-user.target