From 4ddfb1c39d1db218af9addf2a8c0a8b69f2c436d Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 4 Mar 2026 21:58:23 +0100 Subject: [PATCH] making the service run at boot --- henrovnix_ok/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index b1c99cf7f..f67ae22a7 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -1472,7 +1472,7 @@ in ]; serviceConfig = { Type = "oneshot"; - RemainAfterExit = yes; + RemainAfterExit = true; ExecStart = "${scriptPath}"; }; };