tripleo-image-elements/elements/ceilometer-agent-notification/os-refresh-config/post-configure.d/69-ceilometer-agent-notific...

7 lines
135 B
Bash
Executable File

#!/bin/bash
set -eux
set -o pipefail
os-svc-enable -an ceilometer-agent-notification
os-svc-restart -an ceilometer-agent-notification