Update group/passwd databases. Add startup/shutdown scripts.
This commit is contained in:
parent
71408d28fd
commit
7b0b11ae89
8 changed files with 38 additions and 4 deletions
4
etc/boot.d/pushover-alert
Executable file
4
etc/boot.d/pushover-alert
Executable 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%%.*}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue