diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-01-31 23:52:30 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-01-31 23:52:30 +0100 |
| commit | 125fa7f6c6e163de52c97f3c482dcd72849c6744 (patch) | |
| tree | 87f770b6e9202216eb69f5f6eb5e6e587ce763eb /rc.syslog/klogd-srv/run | |
| parent | 9bdd13d12cc739432efa3f70a04952d902880fe4 (diff) | |
| download | s6-125fa7f6c6e163de52c97f3c482dcd72849c6744.tar.gz | |
Diffstat (limited to 'rc.syslog/klogd-srv/run')
| -rw-r--r-- | rc.syslog/klogd-srv/run | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rc.syslog/klogd-srv/run b/rc.syslog/klogd-srv/run new file mode 100644 index 0000000..4827947 --- /dev/null +++ b/rc.syslog/klogd-srv/run @@ -0,0 +1,12 @@ +#!/bin/execlineb -P + +################################### +# Start the kernel logging daemon # +################################### + +s6-envdir env +multisubstitute { + importas -u CMD CMD + importas -usCd" " CMD_OPTS CMD_OPTS +} +exec -c $CMD $CMD_OPTS |
