Notes on notifications

main
Bob Mottram 2020-07-14 14:52:47 +01:00
parent 295f2accf8
commit fac5b6ecb3
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
#!/bin/bash
#
# This can be called from a crontab entry to send notifications
# when Epicyon events occur
# when Epicyon events occur. You will need to have
# sendxmpp+prosody or Synapse (matrix) installed.
#
# Something like:
#
# */1 * * * * root /usr/local/bin/epicyon-notification --epicyon yes
#
# License
# =======