1
0
mirror of https://github.com/linux-msm/rmtfs.git synced 2024-11-12 01:19:17 +00:00
rmtfs/rmtfs.service.in
Luca Weiss 44fcb2ec64 rmtfs.service.in: Remove dependency on qrtr-ns.service
The QRTR nameserver has been built into the kernel for years now, drop
the dependency since qrtr-ns.service won't do anything anyways.
2024-03-11 11:02:29 +01:00

11 lines
158 B
SYSTEMD

[Unit]
Description=Qualcomm remotefs service
[Service]
ExecStart=RMTFS_PATH/rmtfs -r -P -s
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target