View | Details | Raw Unified | Return to bug 238306
Collapse All | Expand All

(-)openbgpd.in (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
check_process()
29
check_process()
30
{
30
{
31
	/bin/pgrep -f 'bgpd: parent.*'
31
	/bin/pgrep -U 0 -f bgpd
32
}
32
}
33
33
34
load_rc_config $name
34
load_rc_config $name

Return to bug 238306