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.

oragono.service 464B

12345678910111213141516171819
  1. [Unit]
  2. Description=oragono
  3. After=network.target
  4. # If you are using MySQL for history storage, comment out the above line
  5. # and uncomment these two instead:
  6. # Requires=mysql.service
  7. # After=network.target mysql.service
  8. [Service]
  9. Type=simple
  10. User=oragono
  11. WorkingDirectory=/home/oragono
  12. ExecStart=/home/oragono/oragono run --conf /home/oragono/ircd.yaml
  13. ExecReload=/bin/kill -HUP $MAINPID
  14. Restart=on-failure
  15. LimitNOFILE=1048576
  16. [Install]
  17. WantedBy=multi-user.target