blob: 482794706541b153cc7dde8db14623ed039e70a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|