PN: watchdog
PV: 5.16
PR: r1
PKGV: 5.16
PKGR: r1@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.36)
RRECOMMENDS:watchdog:  kernel-module-softdog update-rc.d
SECTION: base
PKG:watchdog: watchdog
FILES:watchdog: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /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 /lib/systemd/system-preset/98-watchdog.preset /lib/systemd/system/watchdog.service
FILES_INFO:watchdog: {"/etc/init.d/watchdog": 2233, "/lib/systemd/system-preset/98-watchdog.preset": 25, "/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\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT watchdog start 25 1 2 3 4 5 . stop 85 0 6 .\nfi\n
pkg_postrm:watchdog: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT watchdog remove\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\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/watchdog" ]; then\n\t/etc/init.d/watchdog stop || :\nfi\n
FILERDEPENDSFLIST:watchdog: /etc/init.d/watchdog /usr/sbin/watchdog /usr/sbin/wd@underscore@identify
FILERDEPENDS:/etc/init.d/watchdog:watchdog:  /bin/sh
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: 138622
