6 lines
102 B
Plaintext
Raw Normal View History

case "$ACTION" in
add|register)
[ -f /var/run/trelay.active ] && /etc/init.d/trelay start
;;
esac