systemd/matterbridge.service: remove -debug, mention /groupId

This commit is contained in:
Aminda Suomalainen 2022-03-18 10:44:25 +02:00
parent 3e41121fa6
commit 64bba542b1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ After=network-online.target systemd-resolved.service
[Service]
Environment="PATH=/home/matterbridge/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
ExecStart=/home/matterbridge/.local/bin/matterbridge -debug -conf /home/matterbridge/matterbridge.toml
# To get Telegram chatid, add the bot to the group and say /groupId, -debug
# isn't needed for it nowadays
ExecStart=/home/matterbridge/.local/bin/matterbridge -conf /home/matterbridge/matterbridge.toml
Restart=always
RestartSec=5s
User=matterbridge