mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 15:25:13 +03:00
Let's put everything systemd related in an extra-repos directory, so it is clear that the packages from here will end up in a separate, optional binary package repository.
11 lines
165 B
Desktop File
11 lines
165 B
Desktop File
[Unit]
|
|
Description=QRTR TFTP services
|
|
Before=rmtfs.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/tqftpserv
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|