Remove old start cruft.
This commit is contained in:
parent
9ef78b7869
commit
4398d1afff
2 changed files with 6 additions and 28 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue