mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -f "/etc/keepalived.user" ] && {
|
||||
/bin/sh /etc/keepalived.user "$@"
|
||||
}
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user