From c4043ac69e2d3de764bf5600db06f65258e4e446 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 12 Dec 2021 16:30:11 +0100 Subject: Update ergo to 2.8.0 modified: ergo/.SRCINFO modified: ergo/PKGBUILD modified: ergo/ergo.service --- ergo/ergo.service | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ergo/ergo.service') diff --git a/ergo/ergo.service b/ergo/ergo.service index 4a47d48..f53903b 100644 --- a/ergo/ergo.service +++ b/ergo/ergo.service @@ -1,15 +1,24 @@ [Unit] Description=A modern IRC server written in Go 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 +# MySQL for your system): +# Wants=mysql.service +# After=network.target mysql.service [Service] -Type=simple +Type=notify User=ergo Group=ergo WorkingDirectory=/var/lib/ergo ExecStart=/usr/bin/ergo run --conf /etc/ergo.conf ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure +LimitNOFILE=1048576 +NotifyAccess=main +# Uncomment this for a hidden service: +# PrivateNetwork=true [Install] WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2