45f8a57770
On debian os family systems the methodology is to start services when installed. This causes a problem with keystone sometimes at random in CI jobs. Change-Id: Id0b38743a9bf536f69d155e1d6e664a5585e5e1d
9 lines
108 B
Plaintext
9 lines
108 B
Plaintext
#!/bin/bash
|
|
<% @services.each do |service| %>
|
|
if [ "$1" == "<%= service %>" ]
|
|
then
|
|
exit 101
|
|
fi
|
|
<% end %>
|
|
|