Merge "Clean up extra spaces"

This commit is contained in:
Zuul 2021-11-08 01:43:29 +00:00 committed by Gerrit Code Review
commit 0578e9702f
1 changed files with 3 additions and 3 deletions

View File

@ -11,15 +11,15 @@ fi
cat > /etc/init/nodeapp.conf <<EOS
description "node.js app"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
expect fork
respawn
script
export HOME=/
export NODE_PATH=/usr/lib/node