diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-10 20:51:46 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-10 20:51:46 +1200 |
| commit | 7590cc0ecbd5bbf6438160354fc434e63031bcb3 (patch) | |
| tree | 914d20261e9f0753e2c8679179535b4293a994c6 /runit/2 | |
| parent | 3a6fce385db05287b14b0c12ec2f5156c26a6f49 (diff) | |
| download | yerbalinux-7590cc0ecbd5bbf6438160354fc434e63031bcb3.tar.xz yerbalinux-7590cc0ecbd5bbf6438160354fc434e63031bcb3.zip | |
use bin sh not bin bash
Diffstat (limited to 'runit/2')
| -rwxr-xr-x | runit/2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh export PATH=/usr/bin:/bin:/sbin exec runsvdir /etc/service |
