mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gateway-go: add default config and gateway-go.init for background service
Signed-off-by: Yu Fang <newfarry@126.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
STOP=10
|
||||
USE_PROCD=1
|
||||
|
||||
PROG="/usr/bin/gateway-go"
|
||||
CONF="/etc/gateway-go/gateway-go.yaml"
|
||||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command $PROG -c $CONF
|
||||
procd_set_param stdout 1
|
||||
procd_set_param stderr 1
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
Reference in New Issue
Block a user