mirror of
https://codeberg.org/andyscott/s6-scripts.git
synced 2024-12-23 10:53:12 -05:00
7 lines
141 B
Text
7 lines
141 B
Text
|
#!/bin/execlineb -P
|
||
|
# See: https://git.skarnet.org/cgi-bin/cgit.cgi/s6/tree/examples
|
||
|
fdmove -c 2 1
|
||
|
redirfd -r 0 /proc/kmsg
|
||
|
exec -c
|
||
|
ucspilogd
|