add more confs and stuff

This commit is contained in:
2026-07-16 19:16:40 +02:00
parent 22e08de759
commit d70dd8d601
20 changed files with 831 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/sbin/openrc-run
name="moxiuweb"
description="moxiu website"
command="node"
command_args="/root/website/build"
directory="/root/website"
pidfile="/run/moxiuweb.pid"
command_background=true
export PORT=3001