mirror of
https://github.com/42wim/matterbridge.git
synced 2025-07-05 21:17:31 +02:00
Updated _Footer (markdown)
parent
c20decee36
commit
61733e6bb3
@ -4,11 +4,7 @@ If you run matterbridge as a service in systemd and want to use a bridge with ke
|
|||||||
|
|
||||||
### Example service
|
### Example service
|
||||||
|
|
||||||
Create a matterbridge.service file in
|
Create a matterbridge.service -> `/usr/lib/systemd/user/` ->
|
||||||
|
|
||||||
`/usr/lib/systemd/user/`
|
|
||||||
|
|
||||||
->
|
|
||||||
|
|
||||||
```
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
@ -25,8 +21,11 @@ WantedBy=multi-user.target
|
|||||||
```
|
```
|
||||||
|
|
||||||
*Start service* - `systemctl --user start matterbridge.service`
|
*Start service* - `systemctl --user start matterbridge.service`
|
||||||
|
|
||||||
*Stop service* - `systemctl --user stop matterbridge.service`
|
*Stop service* - `systemctl --user stop matterbridge.service`
|
||||||
|
|
||||||
*Check Status* - `systemctl --user status matterbridge.service`
|
*Check Status* - `systemctl --user status matterbridge.service`
|
||||||
|
|
||||||
*Start at System Startup* - `systemctl --user enable matterbridge.service`
|
*Start at System Startup* - `systemctl --user enable matterbridge.service`
|
||||||
|
|
||||||
**If you are using an SSH session, user services might shut down, use this to prevent:** `loginctl enable-linger`
|
**If you are using an SSH session, user services might shut down, use this to prevent:** `loginctl enable-linger`
|
Loading…
x
Reference in New Issue
Block a user