Files
hjem/hjem.initd
2026-06-23 14:07:17 -04:00

13 lines
183 B
Plaintext
Executable File

#!/sbin/openrc-run
name="Hjem"
description="Hjem homepage service"
command="/usr/local/bin/hjem"
command_background="yes"
pidfile="/run/hjem.pid"
depend() {
need net localmount
}