packages/net/keepalived/files/hotplug-user

8 lines
91 B
Bash

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