To consolidate host services and install via packages instead of file-by-file, also as part of migrating all of SONiC to Python 3, as Python 2 is no longer supported, convert caclmgrd to Python 3 and add to sonic-host-services package
11 lines
167 B
Makefile
Executable File
11 lines
167 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
build:
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --no-start --name=caclmgrd
|
|
dh_installsystemd --no-start --name=procdockerstatsd
|