mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-23 23:05:10 +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.
10 lines
No EOL
151 B
Desktop File
10 lines
No EOL
151 B
Desktop File
[Unit]
|
|
Description=Qualcomm PD mapper service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/pd-mapper
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |