Few updates before move to Devuan.
This commit is contained in:
parent
4349aabc6b
commit
f407de48ec
60 changed files with 2137 additions and 175 deletions
4
root/stuff-to-keep/pushover-alert.stop
Executable file
4
root/stuff-to-keep/pushover-alert.stop
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Alert that this host is going down.
|
||||
[[ -x /opt/sbin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Shut down: ${HOSTNAME%%.*}" &
|
||||
Loading…
Add table
Add a link
Reference in a new issue