diff --git a/Service-file.md b/Service-file.md index 36c0a11..eefa88e 100644 --- a/Service-file.md +++ b/Service-file.md @@ -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 \ No newline at end of file