tests: `process_check_restart.bats` - `amavisd-new` => `amavisd`
This commit is contained in:
parent
60dd4252cf
commit
bd50b24e87
|
@ -13,7 +13,7 @@ function teardown() { _default_teardown ; }
|
||||||
# opendmarc (/usr/sbin/opendmarc)
|
# opendmarc (/usr/sbin/opendmarc)
|
||||||
# postfix (/usr/lib/postfix/sbin/master) - Postfix main process (two ancestors, launched via pidproxy python3 script)
|
# postfix (/usr/lib/postfix/sbin/master) - Postfix main process (two ancestors, launched via pidproxy python3 script)
|
||||||
#
|
#
|
||||||
# amavisd-new (usr/sbin/amavisd-new)
|
# amavisd (usr/sbin/amavisd)
|
||||||
# clamd (/usr/sbin/clamd)
|
# clamd (/usr/sbin/clamd)
|
||||||
# dovecot (/usr/sbin/dovecot)
|
# dovecot (/usr/sbin/dovecot)
|
||||||
# fetchmail (/usr/bin/fetchmail)
|
# fetchmail (/usr/bin/fetchmail)
|
||||||
|
@ -37,7 +37,7 @@ CORE_PROCESS_LIST=(
|
||||||
# These processes can be toggled via ENV:
|
# These processes can be toggled via ENV:
|
||||||
# NOTE: clamd handled in separate test case
|
# NOTE: clamd handled in separate test case
|
||||||
ENV_PROCESS_LIST=(
|
ENV_PROCESS_LIST=(
|
||||||
amavisd-new
|
amavisd
|
||||||
dovecot
|
dovecot
|
||||||
fail2ban-server
|
fail2ban-server
|
||||||
fetchmail
|
fetchmail
|
||||||
|
|
Loading…
Reference in New Issue