forked from indymedia/epicyon
Notes on notifications
parent
295f2accf8
commit
fac5b6ecb3
|
@ -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
|
||||
# =======
|
||||
|
|
Loading…
Reference in New Issue