v3.0
This commit is contained in:
parent
775906f43e
commit
b2233550a1
|
@ -4,7 +4,7 @@ After=network.target ejabberd.service
|
|||
|
||||
[Service]
|
||||
WorkingDirectory=/home/isengard_xmpp/xmpp_bot
|
||||
ExecStart=/bin/bash -c 'python3 bot_main.py --jid isengard@a-lec.org --nick Isengard --password $(cat /etc/xmpp_bot/password.conf) --room cominfra@salons.a-lec.org'
|
||||
ExecStart=/bin/bash -c 'python3 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
|
||||
RestartSec=60s
|
||||
User=isengard_xmpp
|
||||
|
|
Loading…
Reference in New Issue