From 42c3e4de7557b2a0517f636c495df003d6ee6fa8 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Mon, 10 Jan 2022 14:16:41 +0000 Subject: [PATCH] Update README.md Add reload-deamon --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 76b40f0..2407d77 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ your local IP address in the system unit file. Change the default 127.0.0.1 to y nano /etc/systemd/system/ambed.service ``` +6. If you have changed the system unit file you will need to restart the daemon and restart the AMBEd service. +```sh +systemctl daemon-reload +systemctl restart ambed +``` + ### To interact with AMBEd after installation: ```sh systemctl start|stop|status|restart ambed