Remove old start cruft.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-24 00:45:13 +01:00
commit 4398d1afff
2 changed files with 6 additions and 28 deletions

View file

@ -1,6 +1,8 @@
#!/bin/bash
# /etc/rc.d/rc.local_shutdown - Local system shutdown script.
# This script will be run when the system is shutdown or rebooted.
# Version: 0.2.0
# Copyright (c) 2022:
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
# Licensed under the terms of the GNU General Public License version 3.
# Notify that the server is shutting down.
CONFIG_FILE="server" /opt/bin/pushover -T "${HOSTNAME%%.*}" -p 1 -m "Shutting down."