Commit c19e5fc6 authored by chenhaowen's avatar chenhaowen

move config file

parent d0b88095
remote_ip = 10.0.3.2
keep_alive1_flag = 2a
#!/bin/sh /etc/rc.common
#(c) 2010 ivan_wl
START=99
start() {
service_start /usr/bin/gdut-drcom -c /etc/gdut-drcom.conf 1> /tmp/gdut-drcom.log 2>/tmp/gdut-drcom_error.log&
}
stop()
{
service_stop /usr/bin/gdut-drcom
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment