2011-05-12 20:41:18 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# This is the 'run' script used by daemontools to start dht_lsm_server.
|
|
|
|
# See the dist page for more details about daemontools.
|
|
|
|
#
|
|
|
|
# http://dist.corp.yahoo.com/by-package/daemontools_y/
|
|
|
|
#
|
|
|
|
cd /home/y/var/dht_lsm_server/data
|
2011-05-12 21:03:09 +00:00
|
|
|
exec /home/y/bin/setuidgid nobody /home/y/bin64/lsm_server --benchmark --log-mode 2>&1
|