add more confs and stuff
This commit is contained in:
Executable
+11
@@ -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
|
||||
Reference in New Issue
Block a user