diff options
Diffstat (limited to 'core/runit/rc.shutdown')
| -rw-r--r-- | core/runit/rc.shutdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/runit/rc.shutdown b/core/runit/rc.shutdown new file mode 100644 index 0000000..a988c09 --- /dev/null +++ b/core/runit/rc.shutdown @@ -0,0 +1,8 @@ +#!/bin/sh +# +# /etc/rc.shutdown - Local shutdown commands +# + +# Add custom shutdown tasks here + +# End of file |
