Fix pro/ce services file

1.2
Jon Bonilla 14 years ago
parent 739688b554
commit a8c06bc215

@ -1,3 +1,10 @@
[% 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 -]

Loading…
Cancel
Save