Project

General

Profile

Download (130 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2

    
3
if [ `ps awux | grep slbd | wc -l` -gt 0 ]; then
4
	killall -9 slbd
5
	/usr/local/sbin/slbd -c/var/etc/slbd.conf -r5000
6
fi
(5-5/8)