This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9160
Commits
1
Branch
46 MiB
Tree:
46304b2f58
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '46304b2f58'
${ noResults }
openwrt-packages-dist
/
net
/
keepalived
/
files
/
hotplug-user
7 lines
91 B
Raw
Normal View
History
net/keepalived: add keepalived.user script handling Add keepalived.user script handling which are also saved during sysupgrade. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 years ago
#!/bin/sh
[ -f "/etc/keepalived.user" ] && {
/bin/sh /etc/keepalived.user "$@"
}
exit 0