您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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