summary refs log tree commit diff
path: root/os/etc/s6-rc/src/hostname/up
blob: 7a158440c2217bda94c9689216a2742a4a5889c9 (plain) (blame)
1
2
3
4
#!/bin/execlineb -P

if -t { test -s /etc/hostname } backtick -n -E HOSTNAME { head -1 /etc/hostname }
if -t { test -n $HOSTNAME } redirfd -w 1 /proc/sys/kernel/hostname echo $HOSTNAME