packages/net/keepalived/files/hotplug-user
2018-10-18 16:56:47 +08:00

8 lines
91 B
Bash

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