Update syslog.conf and upgrade/restart scripts for new keybase channels

This commit is contained in:
wiz
2021-09-02 19:28:03 +09:00
parent ad6503c7b3
commit beb834bc30
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
HOSTNAME=$(hostname)
echo restarting mempool backends | wall
echo "${HOSTNAME} restarted mempool backends" | /usr/local/bin/keybase chat send --nonblock --channel general mempool.devops
echo "${HOSTNAME} restarted mempool backends" | /usr/local/bin/keybase chat send --nonblock --channel general mempool.ops
ps uaxw|grep 'dist/index'|grep -v grep|grep -v services|awk '{print $2}'|xargs -n 1 kill
exit 0