From a39c8669d90ddba7ffd8633c49b179222dd3490b Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Fri, 11 Feb 2022 15:36:08 +0100 Subject: [PATCH] Fix typo in provider-setup.md --- docs/provider-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/provider-setup.md b/docs/provider-setup.md index da47fca..d737f03 100644 --- a/docs/provider-setup.md +++ b/docs/provider-setup.md @@ -7,7 +7,7 @@ The following instructions are for an Debian 11 server setup. ```(shell) apt-get install nginx fcgiwrap cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf -systemctl status fcgiwrap.servic +systemctl status fcgiwrap.service systemctl status fcgiwrap.socket systemctl is-enabled fcgiwrap.service systemctl is-enabled fcgiwrap.socket