From 379d2608e9b3449d3fb8aba8b383643e177e119a Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 7 Apr 2022 12:27:55 +0000 Subject: [PATCH] suggest /etc/systemd/system instead of /lib/ --- site/contrib.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/contrib.gmi b/site/contrib.gmi index b79a155..f518f7e 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -48,7 +48,7 @@ then the usual ‘rcctl [start|stop|enable|restart] gmid’ are available. A simple service file for systemd. To install it ```instructions to install the system file -# cp contrib/gmid.service /lib/systemd/system/gmid.service +# cp contrib/gmid.service /etc/systemd/system/gmid.service ``` then the usual ‘systemctl [status|start|enable|stop] gmid’ commands can be used to manage the server.