add experimental support for an alternate shell for service scripts

This is for #288.
This commit is contained in:
William Hubbs
2019-02-07 17:08:12 -06:00
parent b2b2c57a38
commit d64c9d2050
5 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!@SHELL@
# Shell wrapper to list our dependencies
# Copyright (c) 2007-2015 The OpenRC Authors.

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!@SHELL@
# Shell wrapper for openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors.