From b1d532660765e604a8e4e959611810d7c5366174 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Thu, 31 Aug 2023 14:33:35 +0400 Subject: [PATCH] Env in init script is not a good idea --- txtdot.init | 4 ---- 1 file changed, 4 deletions(-) diff --git a/txtdot.init b/txtdot.init index ce68d95..aaf9ce9 100644 --- a/txtdot.init +++ b/txtdot.init @@ -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"