mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-13 18:07:24 +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.
|
A sample systemd to run matterbridge in the background, restarting if necessary.
|
||||||
|
|
||||||
|
/lib/systemd/system/matterbridge.service
|
||||||
```
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Matterbridge Server
|
Description=Matterbridge Server
|
||||||
@ -19,4 +20,6 @@ LimitNOFILE=49152
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
Enable with `sudo systemctl enable matterbridge.`
|
||||||
|
Start with `sudo systemctl start matterbridge`
|
||||||
Created by Minecraftchest1
|
Created by Minecraftchest1
|
Loading…
x
Reference in New Issue
Block a user