mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
xinetd: start service in foreground for procd
Since we use now procd for xinetd, we have to start the service with the option `-dontfork` to make procd happy. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -109,7 +109,7 @@ start_service() {
|
||||
generate_config
|
||||
|
||||
procd_open_instance
|
||||
procd_set_param command $PROG -f $GENERATED_CONF_FILE -pidfile $PIDFILE
|
||||
procd_set_param command $PROG -dontfork -f $GENERATED_CONF_FILE -pidfile $PIDFILE
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user