diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-29 23:29:05 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-29 23:29:05 +0100 |
commit | 5ae6b5f361d4ccee713e3675c0aef999912f4448 (patch) | |
tree | b9dd021e4fa658a1eca955ca1758ba0d4d2117b1 | |
parent | 1cb8124568ba28477ba5a574abc086d085fbd109 (diff) | |
download | Luxcena-Neo-5ae6b5f361d4ccee713e3675c0aef999912f4448.tar.gz Luxcena-Neo-5ae6b5f361d4ccee713e3675c0aef999912f4448.zip |
:hammer: Fix some more paths
Wondering if it really was worth it to change this shit.
-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 |