changelog, documentation, and distrib updates for ergo 2.7

This commit is contained in:
Shivaram Lingamneni 2021-05-30 02:39:20 -04:00
parent 75208d2934
commit 6ff0486aa0
5 changed files with 206 additions and 164 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=oragono
Description=ergo
After=network.target
# If you are using MySQL for history storage, comment out the above line
# and uncomment these two instead (you must independently install and configure
@ -9,9 +9,9 @@ After=network.target
[Service]
Type=simple
User=oragono
WorkingDirectory=/home/oragono
ExecStart=/home/oragono/oragono run --conf /home/oragono/ircd.yaml
User=ergo
WorkingDirectory=/home/ergo
ExecStart=/home/ergo/ergo run --conf /home/ergo/ircd.yaml
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
LimitNOFILE=1048576