home » zplus/clif.git
Author zPlus <zplus@peers.community> 2023-02-26 22:48:09
Committer zPlus <zplus@peers.community> 2023-02-26 22:48:09
Commit 4cefe17 (patch)
Tree 2617067
Parent(s)

Replace "service" with "systemctl" in the documentation.


commits diff: 43513aa..4cefe17
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- documentation/administrators 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   documentation/administrators
index f30563c..88e3036
old size: 6K - new size: 6K
@@ -145,7 +145,7 @@ that will generate a new privkey+cert.pem file and reload lighttpd.
145 145 certbot renew
146 146 cd /etc/letsencrypt/live/example.org
147 147 cat privkey.pem cert.pem > privkey+cert.pem
148 - service lighttpd restart
148 + systemctl restart lighttpd
149 149
150 150
151 151