systemd/systemd-services: remove q6voiced.service

Packaged in modem/q6voiced see HEAD~

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7532>
This commit is contained in:
Achill Gilgenast 2025-12-09 15:09:37 +01:00 committed by The Friendly Merge Bot
parent 7dd6f327f5
commit f464f548b4
No known key found for this signature in database
2 changed files with 1 additions and 21 deletions

View file

@ -10,7 +10,7 @@
# and get in chat.
pkgname=systemd-services
pkgver=119
pkgver=120
pkgrel=0
pkgdesc="Systemd service files"
url="https://postmarketos.org"
@ -28,7 +28,6 @@ subpackages="
kodi-systemd:_service
nginx-systemd:_service
openssh-server-pam-systemd:_service
q6voiced-systemd:_service
tinydm-systemd:_service
tqftpserv-systemd:_service
transmission-daemon-systemd:_service
@ -44,7 +43,6 @@ _openssh_server_pam_sources="
system/sshdgenkeys.service
sysusers.d/sshd.conf
"
_q6voiced_sources="system/q6voiced.service" # WIP: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7532
_tinydm_sources="system/tinydm.service system-generators/tinydm-user-override" # see issue tinydm#11
_tqftpserv_sources="system/tqftpserv.service" # WIP: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7431
_transmission_daemon_sources="system/transmission-daemon.service" # Based on https://github.com/transmission/transmission/blob/main/daemon/transmission-daemon.service.in
@ -63,7 +61,6 @@ source="$(flatpath \
$_kodi_sources \
$_nginx_sources \
$_openssh_server_pam_sources \
$_q6voiced_sources \
$_tinydm_sources \
$_tqftpserv_sources \
$_transmission_daemon_sources \
@ -117,7 +114,6 @@ fa445c4a53214524baed4e9c52a5463592a074f88a5a286eacb60d0907c0545f725afde23abd68cf
6f1db26dbbcf96a5e14996cc468f1911c51a46fc3f70552af3591c0dfaaa043135d137d435818a2a2cce656f09fa305337c3c86121a5109dc20f0326a2e0ec15 system-sshd@.service
c0badea3905c1d53d213fbfe11d25b556a2e484fe77eb50e9f4d42e25b67b56a0804e7d8e1b7731cd280cbb3525b4c60311817609381e2308d9f2dfb7c0d7072 system-sshdgenkeys.service
4a6d716a907a730675505bfc4ac38598f9c4e7d962fa9cdeea51dbbaa6afec80d1b82b98627c37c164dc5cdcc7f68118104e3adb73d985f32a24f1941766c5af sysusers.d-sshd.conf
169b0765a860303ca87ebe4e33bd8c7235ccf75d8061b13d7e7a27729a8555afb68e9e3b1be21636c725c6011b4f17123031ffa48f703875ba95f38eaca62afe system-q6voiced.service
23f854fa2d0e0cb4de54db8605e549bb32061470ea7fa8ac16d474149be635e2b20a815c4ea8088e583693d7f515651ad2872b45f3b38a762f686b977d4fc49d system-tinydm.service
7a11c25c767de73a5c9fbf6d35c36da8200a5aa464c1a59880e443d60ea3ba3bb08ff3408ff2a087373bfe23b6ddcb6249aacd173c36d0a857dda5267954b47c system-generators-tinydm-user-override
c569b27925297672c479e12a6425abdf5791886fff77c2c2b67b7aa9277eb0a22e7b95b52dbc225870c97460d0988a4dae18ed864e19096c704c0895de55b699 system-tqftpserv.service

View file

@ -1,16 +0,0 @@
[Unit]
Description=q6voice call audio routing
Requires=dbus.service
ConditionPathExists=/etc/conf.d/q6voiced
[Service]
EnvironmentFile=/etc/conf.d/q6voiced
ExecStart=/usr/bin/q6voiced hw:${q6voice_card},${q6voice_device}
KillMode=process
Restart=always
RestartSec=1
User=nobody
Group=audio
[Install]
WantedBy=multi-user.target