mirror of
https://github.com/linux-msm/tqftpserv.git
synced 2024-11-23 01:54:25 +08:00
cab8b18f9a
QRTR is built in to the kernel now, the other packages (such as rmtfs) have since removed qrtr-ns as a service dependency Signed-off-by: Nicola Guerrera <guerrera.nicola@gmail.com>
11 lines
135 B
SYSTEMD
11 lines
135 B
SYSTEMD
[Unit]
|
|
Description=QRTR TFTP service
|
|
|
|
[Service]
|
|
ExecStart=@prefix@/bin/tqftpserv
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|