Drop rc_start(); it's the default.

This commit is contained in:
ajacoutot
2025-08-16 09:58:45 +00:00
parent ed65b0e089
commit 992221b8b5
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT= RPKI-To-Router implementation in Go
MODGO_MODNAME= github.com/bgp/stayrtr
MODGO_VERSION= v0.6.2
REVISION= 0
REVISION= 1
EPOCH= 0
DISTNAME= stayrtr-${MODGO_VERSION}
-4
View File
@@ -8,8 +8,4 @@ daemon_logger="daemon.info"
rc_bg=YES
rc_start() {
rc_exec "${daemon} ${daemon_flags}"
}
rc_cmd $1