mirror of
https://github.com/42wim/matterbridge.git
synced 2025-04-21 23:27:52 +02:00
Describe how to enable and start the service.
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
|
Loading…
x
Reference in New Issue
Block a user