mirror of
https://github.com/linux-msm/pd-mapper.git
synced 2026-02-25 13:12:10 -08:00
qrtr-ns has moved to the kernel so we don't need the userland service. Signed-off-by: Tobias Heider <tobias.heider@canonical.com>
10 lines
145 B
SYSTEMD
10 lines
145 B
SYSTEMD
[Unit]
|
|
Description=Qualcomm PD mapper service
|
|
|
|
[Service]
|
|
ExecStart=PD_MAPPER_PATH/pd-mapper
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|