On Thu, Jul 17, 2025 at 11:16:58PM +0300, Mykola Kvach wrote: > From: Mykola Kvach <mykola_kv...@epam.com> > > $(XEN_SYSTEMD_MODULES): > rm -f $@.tmp > diff --git a/tools/hotplug/Linux/systemd/xen-watchdog-sleep.sh > b/tools/hotplug/Linux/systemd/xen-watchdog-sleep.sh > new file mode 100644 > index 0000000000..e9bdadc8fa > --- /dev/null > +++ b/tools/hotplug/Linux/systemd/xen-watchdog-sleep.sh > @@ -0,0 +1,34 @@ > +#!/bin/sh
Is there chance to add `set -e` to harden the error path? With that correction, please consider: Reviewed-by: Denis Mukhin <dmuk...@ford.com>