Env in init script is not a good idea

This commit is contained in:
DarkCat09 2023-08-31 14:33:35 +04:00
parent c6bac932ce
commit b1d5326607
No known key found for this signature in database
GPG Key ID: 0A26CD5B3345D6E3

View File

@ -1,9 +1,5 @@
#!/sbin/openrc-run
#export HOST=127.0.0.1
#export PORT=8080
#export REVERSE_PROXY=true
name=$RC_SVCNAME
command="/usr/bin/node"
command_args="./src/app.js"