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