mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
keepalived: import from old packages feed
- update to latest version (v1.2.15) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2007-2015 OpenWrt.org
|
||||
|
||||
START=70
|
||||
|
||||
SERVICE_USE_PID=1
|
||||
|
||||
start() {
|
||||
service_start /usr/sbin/keepalived
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /usr/sbin/keepalived
|
||||
}
|
||||
Reference in New Issue
Block a user