From effbc069ba6d954276182d63a7914d2a784bcffb Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 7 Apr 2022 12:29:04 +0000 Subject: [PATCH] suggest to reload daemons too --- site/contrib.gmi | 1 + 1 file changed, 1 insertion(+) diff --git a/site/contrib.gmi b/site/contrib.gmi index f518f7e..cd396fe 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -49,6 +49,7 @@ A simple service file for systemd. To install it ```instructions to install the system file # cp contrib/gmid.service /etc/systemd/system/gmid.service +# systemctl daemon-reload ``` then the usual ‘systemctl [status|start|enable|stop] gmid’ commands can be used to manage the server.