From 29982e3ffe0f92ea4861695ce4e9da9071621bc1 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 15 Jun 2021 14:21:27 -0400 Subject: [PATCH] mention new init script in manual --- docs/MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index d0828df3..82cb04b8 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -191,7 +191,7 @@ The only major distribution that currently packages Ergo is Arch Linux; the afor 1. Confirm that the service started correctly with `systemctl status ergo.service` -On a non-systemd system, ergo can be configured to log to a file and used [logrotate(8)](https://linux.die.net/man/8/logrotate), since it will reopen its log files (as well as rehashing the config file) upon receiving a SIGHUP. To rehash manually outside the context of log rotation, you can use `killall -HUP ergo` or `pkill -HUP ergo`. +On a non-systemd system, ergo can be configured to log to a file and used [logrotate(8)](https://linux.die.net/man/8/logrotate), since it will reopen its log files (as well as rehashing the config file) upon receiving a SIGHUP. To rehash manually outside the context of log rotation, you can use `killall -HUP ergo` or `pkill -HUP ergo`. See [distrib/init](https://github.com/ergochat/ergo/tree/master/distrib/init) for init scripts and related tools for non-systemd systems. ## Using valid TLS certificates