1#!/sbin/openrc-run
2
3name="parados"
4command="/usr/local/bin/parados"
5command_background=true
6pidfile="/run/${RC_SVCNAME}.pid"
7
8depend() {
9 need net
10}
1#!/sbin/openrc-run
2
3name="parados"
4command="/usr/local/bin/parados"
5command_background=true
6pidfile="/run/${RC_SVCNAME}.pid"
7
8depend() {
9 need net
10}