Inital commit
This commit is contained in:
12
hjem.initd
Executable file
12
hjem.initd
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user