1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-05-13 17:26:14 +02:00
init/services/hostname.in

8 lines
158 B
Plaintext
Raw Normal View History

name = "hostname"
description = "reload hostname"
exec = "@BINPATH@/hostname --file /etc/hostname"
type = wait
target = boot
before = sysinit
after = hwclock