#!/bin/sh
[ -n $(command -v nginx) ] && /etc/init.d/nginx reload
