Add daemon reload instructions.

Wyatt Jackson 2021-03-20 11:41:30 -05:00
parent 08eed1bb1c
commit 3c2307595f

@ -20,6 +20,10 @@ LimitNOFILE=49152
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
Reload systemd with `sudo systemctl daemon-reload`
Enable with `sudo systemctl enable matterbridge.` Enable with `sudo systemctl enable matterbridge.`
Start with `sudo systemctl start matterbridge` Start with `sudo systemctl start matterbridge`
Created by Minecraftchest1 Created by Minecraftchest1