Add pushover-client config (encrypted) and shutdown/bootup notification.
This commit is contained in:
parent
eb16b7fb68
commit
abbf3a1412
4 changed files with 5 additions and 0 deletions
1
etc/pushover-client/.gitignore
vendored
Normal file
1
etc/pushover-client/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/default
|
BIN
etc/pushover-client/default.gpg
Normal file
BIN
etc/pushover-client/default.gpg
Normal file
Binary file not shown.
|
@ -3,3 +3,5 @@
|
|||
#
|
||||
# This is run by runit in stage 2 before the services are executed
|
||||
# (see /etc/runit/2).
|
||||
|
||||
[[ -x /opt/bin/pushover-client ]] && /opt/bin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}"
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
#
|
||||
# This is run by runit in stage 3 after the services are stopped
|
||||
# (see /etc/runit/3).
|
||||
|
||||
[[ -x /opt/bin/pushover-client ]] && /opt/bin/pushover-client -p -1 -m "Shutting down: ${HOSTNAME%%.*}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue