mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 07:21:03 +08:00
8 lines
91 B
Bash
8 lines
91 B
Bash
#!/bin/sh
|
|
|
|
[ -f "/etc/keepalived.user" ] && {
|
|
/bin/sh /etc/keepalived.user "$@"
|
|
}
|
|
|
|
exit 0
|