From 8c8d750d8484e4520daf717359ed13a9b4f2c548 Mon Sep 17 00:00:00 2001 From: Mohammad Aziz Date: Sat, 4 Oct 2025 17:30:52 +0530 Subject: [PATCH] Add env for the hostlink server url --- scripts/linux/hostlink.service | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/linux/hostlink.service b/scripts/linux/hostlink.service index e373afb..171452b 100644 --- a/scripts/linux/hostlink.service +++ b/scripts/linux/hostlink.service @@ -5,6 +5,7 @@ After=network-online.target [Service] Type=simple WorkingDirectory=/usr/bin/ +Environment="HOSTLINK_SERVER_URL=http://localhost:8080" ExecStart=/usr/bin/hostlink Restart=always RestartSec=60