From 8c1c02efa8761459503751d6bf376810ea827922 Mon Sep 17 00:00:00 2001 From: Maurice O'Neal <30303863+msoneal0@users.noreply.github.com> Date: Tue, 24 Dec 2019 16:04:22 -0500 Subject: [PATCH] Update README.md the host no longer uses the user specification '@' symbol with systemd so the README file was updated to reflect this change. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 28af4a7..d6334c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -95,6 +95,6 @@ The makeself installer not only installs the application but also installs it as Start/Stop the service: ``` -sudo systemctl start mrci@$USER -sudo systemctl stop mrci@$USER +sudo systemctl start mrci +sudo systemctl stop mrci ```