diff --git a/Additional-Configuration.md b/Additional-Configuration.md index 38ac049..5fc0b3c 100644 --- a/Additional-Configuration.md +++ b/Additional-Configuration.md @@ -2,7 +2,8 @@ You can follow the steps below to run Mango as a systemd service -1. Create a file named `mango.service` at `/etc/systemd/user` with the following content +1. Make sure you have the mango binary installed at `/usr/local/bin/mango`. +2. Create a file named `mango.service` at `/etc/systemd/user` with the following content ```systemd [Unit] @@ -19,5 +20,5 @@ ExecStart=/usr/local/bin/mango WantedBy=default.target ``` -2. Enable the service by running `systemctl --user enable mango.service`. -3. Now you can start Mango using `systemctl --user start mango`. \ No newline at end of file +3. Enable the service by running `systemctl --user enable mango.service`. +4. Now you can start Mango using `systemctl --user start mango`. \ No newline at end of file