#!/usr/bin/env sh if [ "on" != "$(/usr/syno/sbin/synorelayd --quickconnect status)" ]; then # synorelayd is not started exit 0 fi exit 1