diff --git a/README.md b/README.md index b625dab..0eef0ad 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,10 @@ screen -r ysf2dmr ARGUMENTS="XLX### " #Use 127.0.0.1 if ambed is on the same computer as XLXD EX: ARGUMENTS="XLX111 192.168.0.2 127.0.0.1" ``` - Then update systemd to read the updated init file: + Then update systemd to read the updated init file and restart xlxd: ```sh systemctl daemon-reload + systemctl restart xlxd ``` --------------------