12 lines
210 B
Plaintext
Executable File
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
|