aboutsummaryrefslogtreecommitdiff
path: root/net/ostiary/files/ostiaryd.init
blob: da79a45222fc9f6b02ce8b14e72bb6157179b56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh /etc/rc.common

START=99
STOP=85

USE_PROCD=1

start_service()
{

	procd_open_instance
	procd_set_param command /usr/bin/ostiaryd -c /etc/ostiary.cfg 
	procd_close_instance
}


reload_service() {
         procd_send_signal ostiaryd
}