8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
|
if rsyslogd-checkconf
|
||
|
then
|
||
|
echo "Config OK"
|
||
|
rc-service rsyslog restart
|
||
|
else
|
||
|
echo "Abort restarting"
|
||
|
fi
|