diff --git a/srcpkgs/watchdog/files/watchdog/run b/srcpkgs/watchdog/files/watchdog/run new file mode 100755 index 00000000000..a7bb2abd33c --- /dev/null +++ b/srcpkgs/watchdog/files/watchdog/run @@ -0,0 +1,3 @@ +#!/bin/sh +[ -r conf ] && . ./conf +exec watchdog -F ${OPTS} diff --git a/srcpkgs/watchdog/template b/srcpkgs/watchdog/template new file mode 100644 index 00000000000..37338530770 --- /dev/null +++ b/srcpkgs/watchdog/template @@ -0,0 +1,16 @@ +# Template file for 'watchdog' +pkgname=watchdog +version=5.15 +revision=1 +build_style=gnu-configure +short_desc="Software watchdog daemon" +maintainer="Enno Boland " +license="GPL-2" +homepage="https://sourceforge.net/projects/watchdog/" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=ffdc865137ad5d8e53664bd22bad4de6ca136d1b4636720320cb52af0c18947c +conf_files="/etc/watchdog.conf" + +post_install() { + vsv watchdog +}