Inital commit

This commit is contained in:
2026-06-23 14:07:17 -04:00
commit 3fb016894b
8 changed files with 361 additions and 0 deletions

12
hjem.initd Executable file
View 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
}