changed some logging from info to debug, removed startindex and depends from services
This commit is contained in:
parent
0aca9d7809
commit
37517c45f4
18 changed files with 35 additions and 104 deletions
|
@ -10,11 +10,9 @@ UCARP_ETC = "/usr/local/etc/ucarp"
|
|||
class Ucarp(CoreService):
|
||||
name = "ucarp"
|
||||
group = "Utility"
|
||||
depends = ( )
|
||||
dirs = (UCARP_ETC,)
|
||||
configs = (
|
||||
UCARP_ETC + "/default.sh", UCARP_ETC + "/default-up.sh", UCARP_ETC + "/default-down.sh", "ucarpboot.sh",)
|
||||
startindex = 65
|
||||
startup = ("sh ucarpboot.sh",)
|
||||
shutdown = ("killall ucarp",)
|
||||
validate = ("pidof ucarp",)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue