From 1e78f277d051887fa7c93e84b5016bd45573667e Mon Sep 17 00:00:00 2001 From: Wyatt Jackson Date: Sat, 20 Mar 2021 11:30:38 -0500 Subject: [PATCH] Describe how to enable and start the service. --- Service-file.md | 3 +++ 1 file changed, 3 insertions(+) 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