On 17/07/2025 9:16 pm, Mykola Kvach wrote: > config/Tools.mk.in | 1 + > m4/systemd.m4 | 14 ++++++++ > tools/hotplug/Linux/systemd/Makefile | 8 ++++- > .../Linux/systemd/xen-watchdog-sleep.sh | 34 +++++++++++++++++++
This has been committed, but it drops the file: /usr/lib/systemd/system-sleep/xen-watchdog-sleep.sh into a directory which more normally contains: $ file /usr/lib/systemd/system-sleep/* /usr/lib/systemd/system-sleep/hdparm: POSIX shell script, ASCII text executable /usr/lib/systemd/system-sleep/nvidia: POSIX shell script, ASCII text executable /usr/lib/systemd/system-sleep/sysstat.sleep: POSIX shell script, ASCII text executable /usr/lib/systemd/system-sleep/tlp: POSIX shell script, ASCII text executable /usr/lib/systemd/system-sleep/unattended-upgrades: POSIX shell script, ASCII text executable I'd suggest renaming it to xen-watchdog (or perhaps xen-watchdog.sleep). ~Andrew