20d965c864
Use docker.io/openstackmagnumtest initially. Change-Id: Idfb5ba636df2928e2e3e5248fdcaabd63160a4a4 Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
[Unit]
|
|
Description=kubernetes-controller-manager
|
|
|
|
[Service]
|
|
ExecStart=$EXEC_START
|
|
ExecStop=$EXEC_STOP
|
|
Restart=on-failure
|
|
WorkingDirectory=$DESTDIR
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|