From a082e32077600261ecbd1fe4e1bee2064b55167f Mon Sep 17 00:00:00 2001 From: Esteban Acosta Toribio esacost Date: Mon, 10 Mar 2025 17:01:58 -0400 Subject: [PATCH] testing --- package/linux/systemd/hirs-aca.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux/systemd/hirs-aca.service b/package/linux/systemd/hirs-aca.service index 023e89f8..111fed3d 100644 --- a/package/linux/systemd/hirs-aca.service +++ b/package/linux/systemd/hirs-aca.service @@ -5,7 +5,7 @@ After=network.target [Service] User=root Group=root -ExecStart=/usr/bin/bash /opt/hirs/aca/scripts/aca/aca_bootRun.sh -w +ExecStart=/usr/bin/bash /opt/hirs/aca/scripts/aca/aca_bootRun.sh -d -w SuccessExitStatus=0 Restart=always RestartSec=60