plugin: shell
name: daemons/atd
requires: package.name == 'at'
command: pgrep -f '/usr/sbin/atd' >/dev/null
description: Test if the atd daemon is running when the package is installed.

plugin: shell
name: daemons/cron
requires: package.name == 'cron'
command: pgrep -f '/usr/sbin/cron' >/dev/null
description: Test if the cron daemon is running when the package is installed.

plugin: shell
name: daemons/cupsd
requires: package.name == 'cupsys'
command: pgrep -f '/usr/sbin/cupsd' >/dev/null
description: Test if the cupsd daemon is running when the package is installed.

plugin: shell
name: daemons/getty
requires: package.name == 'util-linux'
command: pgrep -f '/sbin/getty' >/dev/null
description: Test if the getty daemon is running when the package is installed.

plugin: shell
name: daemons/init
requires: package.name == 'upstart'
command: pgrep -f '/sbin/init' >/dev/null
description: Test if the init daemon is running when the package is installed.

plugin: shell
name: daemons/klogd
requires: package.name == 'klogd'
command: pgrep -f '/sbin/klogd' >/dev/null
description: Test if the klogd daemon is running when the package is installed.

plugin: shell
name: daemons/nmbd
requires: package.name == 'samba'
command: pgrep -f '/usr/sbin/nmbd' >/dev/null
description: Test if the nmbd daemon is running when the package is installed.

plugin: shell
name: daemons/smbd
requires: package.name == 'samba'
command: pgrep -f '/usr/sbin/smbd' >/dev/null
description: Test if the smbd daemon is running when the package is installed.

plugin: shell
name: daemons/syslogd
requires: package.name == 'syslogd'
command: pgrep -f '/sbin/syslogd' >/dev/null
description: Test if the syslogd daemon is running when the package is installed.

plugin: shell
name: daemons/udevd
requires:
 package.name == 'udevd'
command: pgrep -f '/sbin/udevd' >/dev/null
description: Test if the udevd daemon is running when the package is installed.

plugin: shell
name: daemons/winbindd
requires: package.name == 'winbind'
command: pgrep -f '/usr/sbin/winbindd' >/dev/null
description: Test if the winbindd daemon is running when the package is installed.
