debian: Fix packaging issues for sysinv-agent
- Ensure that the sysinv-agent.service starts. - Ensure that the preset are installed when the package is installed. - Removed unused sysinv-agent.postinst. Test Plan PASS Build packaage PASS Build and Install ISO PASS Ensure that the sysinv-agent service is running. Story: 2009101 Task: 44678 Signed-off-by: Chuck Short <charles.short@windriver.com> Change-Id: I9de28984f237841537264d408a9f848e030ced82
This commit is contained in:
parent
7650919fb1
commit
413b1cfdc8
@ -15,4 +15,4 @@ override_dh_installinit:
|
||||
dh_installinit --only-scripts
|
||||
|
||||
override_dh_installsystemd:
|
||||
dh_installsystemd --name sysinv-agent
|
||||
dh_installsystemd -psysinv-agent sysinv-agent.service
|
||||
|
@ -1,2 +1,3 @@
|
||||
etc/init.d/sysinv-agent
|
||||
etc/pmon.d/sysinv-agent.conf
|
||||
debian/systemd/00-sysinv-agent.preset etc/systemd/system-preset
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
#DEBHELPER#
|
@ -0,0 +1 @@
|
||||
enable sysinv-agent.service
|
Loading…
Reference in New Issue
Block a user