2023-09-14 11:25:55 +00:00
|
|
|
#!/bin/execlineb -P
|
|
|
|
s6-envdir -i /etc/s6/env/path
|
|
|
|
emptyenv -p
|
|
|
|
|
2023-09-15 06:36:59 +00:00
|
|
|
ifelse -Xn { [ -r /etc/machine-id ] } {
|
2023-09-14 11:25:55 +00:00
|
|
|
redirfd -w 1 /etc/machine-id
|
|
|
|
foreground {
|
|
|
|
pipeline {
|
|
|
|
pipeline {
|
|
|
|
cat /dev/urandom
|
|
|
|
} tr -dc abcdef[:digit:]
|
|
|
|
} head -c 32
|
|
|
|
}
|
|
|
|
printf "\n"
|
2023-09-15 06:36:59 +00:00
|
|
|
} true
|