From e9d35904c8d5802b623c1c015eb155d1affdfcdf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 8 Feb 2023 15:09:25 +0100 Subject: rc.local, rc.shutdown: add shebang. --- rc.local | 1 + rc.shutdown | 1 + 2 files changed, 2 insertions(+) diff --git a/rc.local b/rc.local index 3b80f85..1c4bdfe 100644 --- a/rc.local +++ b/rc.local @@ -1,3 +1,4 @@ +#!/bin/sh # 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/rc.shutdown b/rc.shutdown index 244b77d..6ab7932 100644 --- a/rc.shutdown +++ b/rc.shutdown @@ -1,3 +1,4 @@ +#!/bin/sh # Default rc.shutdown for void; add your custom commands here. # # This is run by runit in stage 3 after the services are stopped -- cgit 1.4.1