packages/net/autossh/files/autossh.hotplug

11 lines
141 B
Text
Raw Normal View History

#!/bin/sh
# Copyright (C) 2007 OpenWrt.org
/etc/init.d/autossh enabled && {
[ "$ACTION" = "ifup" ] && {
/etc/init.d/autossh start
}
}