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:
parent
c0a8eb4072
commit
41aaa5ab2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user