Add pushover alerts to rc.{local,shutdown}.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-05 18:40:29 +00:00
commit e45f63634b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Default rc.local for void; add your custom commands here.
#
# This is run by runit in stage 2 before the services are executed

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Default rc.shutdown for void; add your custom commands here.
#
# This is run by runit in stage 3 after the services are stopped