You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rate-o-mat/ngcp-rate-o-mat.services

11 lines
190 B

[% TAGS [- -] %]
#!/bin/bash
[- IF PRO -]
ngcp-check_active > /dev/null
if [ "$?" == "0" ]; then
monit restart rate-o-mat
fi
[- ELSE -]
/etc/init.d/ngcp-rate-o-mat restart
[- END -]