From 1e588718a855ae2871a8841f6c6e621f49795454 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sat, 17 Dec 2022 21:31:41 +0100 Subject: Start moving to esm, work on updater --- bin/luxcena-neo.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/luxcena-neo.service') diff --git a/bin/luxcena-neo.service b/bin/luxcena-neo.service index b4115be..42d5e64 100644 --- a/bin/luxcena-neo.service +++ b/bin/luxcena-neo.service @@ -2,13 +2,13 @@ Description=Luxcena Neo [Service] -ExecStart=/opt/luxcena-neo/bin/luxcena-neo.sh +ExecStart={{WD}}/bin/luxcena-neo.sh Restart=always RestartSec=10 Environment=PATH=/usr/bin:/usr/local/bin Environment=NODE_ENV=development -WorkingDirectory=/opt/luxcena-neo/ +WorkingDirectory={{WD}} [Install] WantedBy=multi-user.target -- cgit v1.2.3