mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
changelog, documentation, and distrib updates for ergo 2.7
This commit is contained in:
parent
75208d2934
commit
6ff0486aa0
5 changed files with 206 additions and 164 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue