mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
systemd/matterbridge.service: remove -debug, mention /groupId
This commit is contained in:
parent
3e41121fa6
commit
64bba542b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user