PN: xen-tools PV: 4.17.0+gitAUTOINC+cae0db17ac PR: r0 PKGV: 4.17.0+git0+cae0db17ac PKGR: r0 LICENSE: GPLv2 DESCRIPTION: Tools and utility software for the Xen hypervisor SUMMARY: Xen hypervisor tools RDEPENDS_xen-tools-xen-watchdog: bash glibc (>= 2.31+git0+3ef8be9b89) xen-tools-libxenctrl (>= 4.17.0+git0+cae0db17ac) SECTION: console/tools PKG_xen-tools-xen-watchdog: xen-tools-xen-watchdog FILES_xen-tools-xen-watchdog: /usr/sbin/xenwatchdogd /etc/init.d/xen-watchdog /lib/systemd/system/xen-watchdog.service /lib/systemd/system-preset/98-xen-tools-xen-watchdog.preset /lib/systemd/system/xen-watchdog.service FILES_INFO: {"/lib/systemd/system-preset/98-xen-tools-xen-watchdog.preset": 28, "/lib/systemd/system/xen-watchdog.service": 374, "/usr/sbin/xenwatchdogd": 10344} pkg_postinst_xen-tools-xen-watchdog: #!/bin/sh\nset -e\nif type systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in xen-watchdog.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset xen-watchdog.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart xen-watchdog.service\n\t\tfi\n\tfi\nfi\n pkg_prerm_xen-tools-xen-watchdog: #!/bin/sh\nset -e\nif type systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop xen-watchdog.service\n\n\t\tsystemctl disable xen-watchdog.service\n\tfi\nfi\n FILERDEPENDSFLIST_xen-tools-xen-watchdog: /usr/sbin/xenwatchdogd FILERDEPENDS_/usr/sbin/xenwatchdogd_xen-tools-xen-watchdog: libxenctrl.so.4.17(VERS_4.17.0)(64bit) libc.so.6(GLIBC_2.17)(64bit) libxenctrl.so.4.17()(64bit) libc.so.6()(64bit) PKGSIZE_xen-tools-xen-watchdog: 10746