diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 21:13:03 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 21:13:03 +0200 |
commit | 8df5b03aa53d9e5db21b697ee60e8e53c95218a1 (patch) | |
tree | 89788db75c53b7340c48cbb7ca8b56aba085efe6 /bin/luxcena-neo.service | |
parent | 7ef7e9efc4d58cc1ed9a91b96bfc63a78bd0473d (diff) | |
download | Luxcena-Neo-8df5b03aa53d9e5db21b697ee60e8e53c95218a1.tar.gz Luxcena-Neo-8df5b03aa53d9e5db21b697ee60e8e53c95218a1.zip |
:construction: Change paths to the 'lux-neo' user
Diffstat (limited to 'bin/luxcena-neo.service')
-rw-r--r-- | bin/luxcena-neo.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/luxcena-neo.service b/bin/luxcena-neo.service index 62111a6..c20a844 100644 --- a/bin/luxcena-neo.service +++ b/bin/luxcena-neo.service @@ -2,7 +2,7 @@ Description=Luxcena Neo [Service] -ExecStart=/home/pi/luxcena-neo-install/src/bin/luxcena-neo.sh +ExecStart=/home/lux-neo/install/src/bin/luxcena-neo.sh Restart=always RestartSec=10 User=nobody @@ -10,7 +10,7 @@ User=nobody Group=nogroup Environment=PATH=/usr/bin:/usr/local/bin Environment=NODE_ENV=production -WorkingDirectory=/home/pi/luxcena-neo-install/src/ +WorkingDirectory=/home/lux-neo/install/src/ [Install] WantedBy=multi-user.target |