debian: Disable registry-token-server systemd unit

Disable the registry-token-server from starting at boot,
this aligns it with Centos.

Test Plan
PASS Build registry-token-server
PASS Observe registry-token-server not starting at boot

Story: 2009101
Task: 43592

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: If0b3c70f2412e57c647a63640cb9cb9cd34e7733
This commit is contained in:
Charles Short 2022-06-06 10:32:23 -04:00
parent c0a8eb4072
commit 41aaa5ab2d

View File

@ -29,3 +29,6 @@ override_dh_auto_build:
mkdir -p _build/src/github.com/gophercloud && mv gophercloud-gophercloud _build/src/github.com/gophercloud/gophercloud
dh_auto_build
override_dh_installsystemd:
dh_installsystemd -pregistry-token-server --no-enable --no-start registry-token-server.service