mirror of
https://github.com/linux-msm/rmtfs.git
synced 2024-11-12 01:19:17 +00:00
44fcb2ec64
The QRTR nameserver has been built into the kernel for years now, drop the dependency since qrtr-ns.service won't do anything anyways.
11 lines
158 B
SYSTEMD
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
|