PN: watchdog
PV: 5.16
PR: r0
PKGV: 5.16
PKGR: r0@EXTENDPRAUTO@
LICENSE: GPL-2.0-or-later
DESCRIPTION: Watchdog is a daemon that checks if your system is still working. If programs in user space are not longer executed it will reboot the system.
SUMMARY: Software watchdog
RDEPENDS:watchdog: watchdog-config glibc (>= 2.39+git0+662516aca8)
RRECOMMENDS:watchdog:  kernel-module-softdog
SECTION: base
PKG:watchdog: watchdog
FILES:watchdog: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /usr/bin/* /usr/sbin/*             /usr/lib/*.so.*             /lib/udev /usr/lib/udev             /usr/lib/udev /usr/lib/udev             /usr/share/watchdog /usr/lib/watchdog/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /usr/lib/systemd/system-preset/98-watchdog.preset /usr/lib/systemd/system/watchdog.service
FILES_INFO:watchdog: {"/usr/lib/systemd/system-preset/98-watchdog.preset": 25, "/usr/lib/systemd/system/watchdog.service": 404, "/usr/sbin/watchdog": 68144, "/usr/sbin/wd_identify": 67816}
pkg_postinst:watchdog: #!/bin/sh\nset -e\nif 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 [ "disable" = "enable" ]; then\n\t\tfor service in 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 watchdog.service\n\n\t\tif [ "disable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart watchdog.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:watchdog: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop watchdog.service\n\n\t\tsystemctl disable watchdog.service\n\tfi\nfi\n
FILERDEPENDSFLIST:watchdog: /usr/sbin/watchdog /usr/sbin/wd@underscore@identify
FILERDEPENDS:/usr/sbin/watchdog:watchdog:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/sbin/wd@underscore@identify:watchdog:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
PKGSIZE:watchdog: 136389
