Update group/passwd databases. Add startup/shutdown scripts.

This commit is contained in:
Darren 'Tadgy' Austin 2026-03-21 16:59:07 +00:00
commit 7b0b11ae89
8 changed files with 38 additions and 4 deletions

4
etc/boot.d/pushover-alert Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# Alert that this host is up.
[[ -x /opt/sbin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}"