aboutsummaryrefslogtreecommitdiff
path: root/net/keepalived/files/hotplug-user
blob: 329a8d51b260e484829a986050480f87a7c9a8da (plain)
1
2
3
4
5
6
7
#!/bin/sh

[ -f "/etc/keepalived.user" ] && {
	/bin/sh /etc/keepalived.user "$@"
}

exit 0