Disable cert-alarm service

Disable the cert-alarm service since its configured
by puppet, and the service is managed by sm.

Story: 2009101
Task: 43087

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I84f36c854232a930e343967be896512c8364a53d
This commit is contained in:
Charles Short 2021-11-25 07:58:28 -05:00
parent 3bd912e8ab
commit d15dc7fde2
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ override_dh_install:
install -m 644 -p -D cert-alarm.syslog ${ROOT}/etc/syslog-ng/conf.d/cert-alarm.conf
install -m 644 -p -D cert-alarm.logrotate ${ROOT}/etc/logrotate.d/cert-alarm.conf
dh_install
override_dh_installsystemd:
dh_installsystemd --no-enable cert-alarm.service