From 4cefe1788e75ee8c002a3fef4104eb3003cf64e6 Mon Sep 17 00:00:00 2001 From: zPlus Date: Sun, 26 Feb 2023 23:48:09 +0100 Subject: [PATCH] Replace "service" with "systemctl" in the documentation. --- documentation/administrators | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/administrators b/documentation/administrators index f30563c..88e3036 100644 --- a/documentation/administrators +++ b/documentation/administrators @@ -145,7 +145,7 @@ that will generate a new privkey+cert.pem file and reload lighttpd. certbot renew cd /etc/letsencrypt/live/example.org cat privkey.pem cert.pem > privkey+cert.pem - service lighttpd restart + systemctl restart lighttpd