Update README.md

the host no longer uses the user specification '@' symbol with systemd so the README file was updated to reflect this change.
This commit is contained in:
Maurice O'Neal 2019-12-24 16:04:22 -05:00 committed by GitHub
parent 4d47fd187f
commit 8c1c02efa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,6 @@ The makeself installer not only installs the application but also installs it as
Start/Stop the service: Start/Stop the service:
``` ```
sudo systemctl start mrci@$USER sudo systemctl start mrci
sudo systemctl stop mrci@$USER sudo systemctl stop mrci
``` ```