Disable cert-mon service

Disable the cert-mon service when installing the package
since the service is configured with puppet, and managed
by sm.

Story: 2009101
Task: 43087

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I81c246821a05f3251bb245e95cadc22a327a179f
This commit is contained in:
Charles Short 2021-11-25 08:03:32 -05:00
parent 3bd912e8ab
commit 5ea7089b77
1 changed files with 3 additions and 0 deletions

View File

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