diff --git a/etc/rc.local b/etc/rc.local index d41f523..b660de8 100755 --- a/etc/rc.local +++ b/etc/rc.local @@ -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 diff --git a/etc/rc.shutdown b/etc/rc.shutdown index c21e4fa..34a327c 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -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