PN: watchdog
PV: 5.15
PR: r0
PKGV: 5.15
PKGR: r0
LICENSE: GPL-2.0+
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.28)
RRECOMMENDS_watchdog: watchdog-lic  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
pkg_postinst_watchdog: #!/bin/sh\nset -e\nif true && 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 -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 true && 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_preinst_watchdog: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -f "/etc/init.d/watchdog" ]; then\n\t/etc/init.d/watchdog stop || :\nfi\nif true && 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 true && [ -z "$D" -a -x "/etc/init.d/watchdog" ]; then\n\t/etc/init.d/watchdog stop || :\nfi\n
FILES_INFO: {"/usr/sbin/wd_identify": 22680, "/etc/init.d/watchdog": 2233, "/usr/sbin/watchdog": 93592}
FILERDEPENDSFLIST_watchdog: /usr/sbin/wd@underscore@identify /etc/init.d/watchdog /usr/sbin/watchdog
FILERDEPENDS_/usr/sbin/wd@underscore@identify_watchdog:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
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.17)(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
PKGSIZE_watchdog: 118505
