From 351ec5a09076c4cc08d0b9aa212ba0999fdea94d Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Wed, 20 Feb 2019 18:12:53 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 1c5be7d..9b92da2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,9 +45,9 @@ WantedBy=multi-user.target - [ ] Reread systemd configs for uwsgi ``` -systemd daemon-reload -systemd enable uswgi.service -systemd restart uswgi.service +systemctl daemon-reload +systemctl enable uswgi.service +systemctl restart uswgi.service ``` - [ ] Checkout carom