10 lines
153 B
Text
10 lines
153 B
Text
|
#!/sbin/openrc-run
|
||
|
supervisor=supervise-daemon
|
||
|
name="tqftpserv"
|
||
|
description="QRTR TFTP service"
|
||
|
command="/usr/bin/tqftpserv"
|
||
|
|
||
|
depend() {
|
||
|
need qrtr-ns
|
||
|
}
|