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 cat > /etc/init/nodeapp.conf <<EOS
description "node.js app" description "node.js app"
start on (net-device-up start on (net-device-up
and local-filesystems and local-filesystems
and runlevel [2345]) and runlevel [2345])
stop on runlevel [!2345] stop on runlevel [!2345]
expect fork expect fork
respawn respawn
script script
export HOME=/ export HOME=/
export NODE_PATH=/usr/lib/node export NODE_PATH=/usr/lib/node