aboutsummaryrefslogtreecommitdiff
path: root/net/autossh/files/autossh.hotplug
blob: 33701f3553aeb1129d523e7ab4c69a38edf62df4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Copyright (C) 2007 OpenWrt.org

/etc/init.d/autossh enabled && {

	[ "$ACTION" = "ifup" ] && {
		/etc/init.d/autossh start
	}

}