
Using daemonContext requires a full path for all files that are opened. So this adds the ssh key to the config file to ensure that the irc bot can find the right key.
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
#Must use full paths
|
|
[ircbot]
|
|
nick=RecheckWatchBot
|
|
pass=
|
|
server=irc.freenode.net
|
|
port=6667
|
|
channel_config=/home/mtreinish/elasticRecheck/recheckwatchbot.yaml
|
|
|
|
[gerrit]
|
|
user=treinish
|
|
host=review.openstack.org
|
|
query_file=/home/mtreinish/elasticRecheck/queries.json
|
|
key=/home/mtreinish/.ssh/id_rsa.pub
|