New package: watchdog-5.15
This commit is contained in:
parent
4569c1fe3c
commit
28390fd26d
2 changed files with 19 additions and 0 deletions
3
srcpkgs/watchdog/files/watchdog/run
Executable file
3
srcpkgs/watchdog/files/watchdog/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r conf ] && . ./conf
|
||||
exec watchdog -F ${OPTS}
|
16
srcpkgs/watchdog/template
Normal file
16
srcpkgs/watchdog/template
Normal file
|
@ -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 <gottox@voidlinux.eu>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue