Moontalk server and client (provided by many parties)
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.

14 lines
225B

  1. [Unit]
  2. Description=All bots for MoonChat
  3. After=network.target
  4. [Service]
  5. User=moonchat
  6. Group=moonchat
  7. ExecStart=/opt/moonchat/moonchat.sh
  8. ExecReload=/opt/moonchat/moonchat.sh
  9. Restart=always
  10. [Install]
  11. WantedBy=default.target