Updated Additional Configuration (markdown)

Alex Ling 2020-03-20 17:21:20 -04:00
parent e5c19b641f
commit aaa1e466a5
1 changed files with 4 additions and 3 deletions

@ -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`.
3. Enable the service by running `systemctl --user enable mango.service`.
4. Now you can start Mango using `systemctl --user start mango`.