pmaports/modem/tqftpserv/tqftpserv.initd

10 lines
153 B
Text
Raw Normal View History

2020-03-19 15:06:38 +00:00
#!/sbin/openrc-run
supervisor=supervise-daemon
name="tqftpserv"
description="QRTR TFTP service"
command="/usr/bin/tqftpserv"
depend() {
need qrtr-ns
}