From 7b16d4736d8450c4872b70000016a90277f16b45 Mon Sep 17 00:00:00 2001 From: Varun Singhal Date: Thu, 14 May 2026 10:40:44 +0530 Subject: [PATCH 1/2] urm.service: add optional platform post_boot hook via ExecStartPost Signed-off-by: Varun Singhal --- urm.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/urm.service.in b/urm.service.in index b8d3707b0..271b8a7d6 100644 --- a/urm.service.in +++ b/urm.service.in @@ -4,6 +4,7 @@ Description=URM Service [Service] Restart=on-failure ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/urm +ExecStartPost=-/etc/urm/initscripts/post_boot/urm_post_boot.sh TimeoutStopSec=2 Delegate=yes Slice=urm.slice From 90852a52ecd3d4414c548ddf914ac2c55a94d1d4 Mon Sep 17 00:00:00 2001 From: Varun Singhal Date: Mon, 18 May 2026 10:35:49 +0530 Subject: [PATCH 2/2] urm.service: add optional platform post_boot hook via ExecStartPost Signed-off-by: Varun Singhal --- urm.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urm.service.in b/urm.service.in index 271b8a7d6..03d57b7be 100644 --- a/urm.service.in +++ b/urm.service.in @@ -4,7 +4,7 @@ Description=URM Service [Service] Restart=on-failure ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/urm -ExecStartPost=-/etc/urm/initscripts/post_boot/urm_post_boot.sh +ExecStartPost=-/etc/urm/initscripts/post_boot/post_boot.sh TimeoutStopSec=2 Delegate=yes Slice=urm.slice