diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/luxcena-neo.service | 2 | ||||
-rwxr-xr-x | bin/luxcena-neo.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/luxcena-neo.service b/bin/luxcena-neo.service index 14f3040..efea1ad 100644 --- a/bin/luxcena-neo.service +++ b/bin/luxcena-neo.service @@ -8,7 +8,7 @@ RestartSec=10 Environment=PATH=/usr/bin:/usr/local/bin Environment=NODE_ENV=production -WorkingDirectory=/home/lux-neo/install/src/ +WorkingDirectory=/home/lux-neo/src/ [Install] WantedBy=multi-user.target diff --git a/bin/luxcena-neo.sh b/bin/luxcena-neo.sh index 6a0be31..fc41f75 100755 --- a/bin/luxcena-neo.sh +++ b/bin/luxcena-neo.sh @@ -6,4 +6,4 @@ #runuser -l pi -c "export NODE_ENV=production; node ~/luxcena-neo-install/src/app.js" export NODE_ENV=production -node /home/lux-neo/install/src/app.js >> /home/lux-neo/install/logs/service.log +node /home/lux-neo/src/app.js >> /home/lux-neo/logs/service.log |