docs: fix issues
[parser.git] / tosca2heat / heat-translator / translator / tests / data / artifacts / rsyslog / start.sh
1 #!/bin/bash
2 # This script starts rsyslogd as a service in init.d
3 service rsyslog stop
4 service rsyslog start