#!/bin/sh

[ -f "/var/run/quagga/zebra.pid" ] && /etc/init.d/quagga restart 2> /dev/null
