Nouveau mot de passe

This commit is contained in:
Adrien Bourmault 2022-02-04 21:22:27 +01:00 committed by admin666
parent b1579a5860
commit 13a1bf4629
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=network.target ejabberd.service
[Service] [Service]
Type=simple Type=simple
ExecStart=/usr/bin/python3 /home/isengard_xmpp/bot_main.py --jid isengard@a-lec.org --nick Isengard --password 7M457M8RApgQdeR59HK --room cominfra@salons.a-lec.org ExecStart=/usr/bin/python3 /home/isengard_xmpp/xmpp_bot/bot_main.py --jid isengard@a-lec.org --nick Isengard --password $(cat /etc/xmpp_bot/password.conf) --room cominfra@salons.a-lec.org
Restart=on-failure Restart=on-failure
RestartSec=60s RestartSec=60s
User=isengard_xmpp User=isengard_xmpp