name: apache2 plugin: auto requires: package.name == "apache2" command: pgrep -f "/usr/sbin/apache2" description: Test if the apache2 daemon is running when the package is installed. name: atd plugin: auto requires: package.name == "at" command: pgrep -f "/usr/sbin/atd" description: Test if the atd daemon is running when the package is installed. name: cron plugin: auto requires: package.name == "cron" command: pgrep -f "/usr/sbin/cron" description: Test if the cron daemon is running when the package is installed. name: cupsd plugin: auto requires: package.name == "cupsys" command: pgrep -f "/usr/sbin/cupsd" description: Test if the cupsd daemon is running when the package is installed. name: dovecot plugin: auto requires: package.name == "dovecot-common" command: pgrep -f "/usr/sbin/dovecot" description: Test if the dovecot daemon is running when the package is installed. name: getty plugin: auto requires: package.name == "util-linux" command: pgrep -f "/sbin/getty" description: Test if the getty daemon is running when the package is installed. name: init plugin: auto requires: package.name == "upstart" command: pgrep -f "/sbin/init" description: Test if the init daemon is running when the package is installed. name: klogd plugin: auto requires: package.name == "klogd" command: pgrep -f "/sbin/klogd" description: Test if the klogd daemon is running when the package is installed. name: mysqld plugin: auto requires: package.name == "mysql-server" command: pgrep -f "/usr/sbin/mysqld" description: Test if the mysqld daemon is running when the package is installed. name: named plugin: auto requires: package.name == "bind9" command: pgrep -f "/usr/sbin/named" description: Test if the named daemon is running when the package is installed. name: nmbd plugin: auto requires: package.name == "samba" command: pgrep -f "/usr/sbin/nmbd" description: Test if the nmbd daemon is running when the package is installed. name: postfix plugin: auto requires: package.name == "postfix" command: pgrep -f "/usr/lib/postfix/master" description: Test if the postfix daemon is running when the package is installed. name: smbd plugin: auto requires: package.name == "samba" command: pgrep -f "/usr/sbin/smbd" description: Test if the smbd daemon is running when the package is installed. name: sshd plugin: auto requires: package.name == "openssh-server" command: pgrep -f "/usr/sbin/sshd" description: Test if the sshd daemon is running when the package is installed. name: syslogd plugin: auto requires: package.name == "syslogd" command: pgrep -f "/sbin/syslogd" description: Test if the syslogd daemon is running when the package is installed. name: udevd plugin: auto requires: package.name == "udevd" command: pgrep -f "/sbin/udevd" description: Test if the udevd daemon is running when the package is installed. name: winbindd plugin: auto requires: package.name == "winbind" command: pgrep -f "/usr/sbin/winbindd" description: Test if the winbindd daemon is running when the package is installed.