about summary refs log tree commit diff
path: root/rc.local
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-02-08 15:09:25 +0100
committerLeah Neukirchen <leah@vuxu.org>2023-02-08 15:09:25 +0100
commite9d35904c8d5802b623c1c015eb155d1affdfcdf (patch)
treea6bc512a006adb8b2be4adec0e631b1715b96c12 /rc.local
parent69876b5981557910d05b119c91a492f93016ddf5 (diff)
downloadrunit-void-e9d35904c8d5802b623c1c015eb155d1affdfcdf.tar.gz
runit-void-e9d35904c8d5802b623c1c015eb155d1affdfcdf.tar.xz
runit-void-e9d35904c8d5802b623c1c015eb155d1affdfcdf.zip
rc.local, rc.shutdown: add shebang.
Diffstat (limited to 'rc.local')
-rw-r--r--rc.local1
1 files changed, 1 insertions, 0 deletions
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