Few updates before move to Devuan.

This commit is contained in:
Darren 'Tadgy' Austin 2026-02-19 14:00:03 +00:00
commit f407de48ec
60 changed files with 2137 additions and 175 deletions

View 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%%.*}" &