Update README.md

Add reload-deamon
This commit is contained in:
M0VUB 2022-01-10 14:16:41 +00:00 committed by GitHub
parent 9a553c9aae
commit 42c3e4de75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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