Files
2026-07-16 19:16:40 +02:00

12 lines
210 B
Plaintext
Executable File

#!/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