mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-16 18:25:12 +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
215 B
Desktop File
11 lines
215 B
Desktop File
[Unit]
|
|
Description=Qualcomm boot slot ctrl mark boot successful
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/qbootctl -m
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
# FIXME: maybe do this a bit later on
|
|
WantedBy=multi-user.target
|