Describe how to enable and start the service.

Wyatt Jackson 2021-03-20 11:30:38 -05:00
parent 3f4bb75c8f
commit 1e78f277d0

@ -1,5 +1,6 @@
A sample systemd to run matterbridge in the background, restarting if necessary.
/lib/systemd/system/matterbridge.service
```
[Unit]
Description=Matterbridge Server
@ -19,4 +20,6 @@ LimitNOFILE=49152
[Install]
WantedBy=multi-user.target
```
Enable with `sudo systemctl enable matterbridge.`
Start with `sudo systemctl start matterbridge`
Created by Minecraftchest1