1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-22 22:57:38 +01:00

15 lines
324 B
SYSTEMD
Raw Normal View History

2022-10-07 16:13:10 +02:00
[Unit]
Description=Connect your OVOS-Device to your smartphone or tablet
2022-11-17 20:32:24 +01:00
Wants=sound.target
After=sound.target
Wants=network-online.target
After=network-online.target
After=pulseaudio.service
2022-10-07 16:13:10 +02:00
[Service]
ExecStart=/usr/lib/libexec/kdeconnectd -platform offscreen
BusName=org.kde.kdeconnect
2022-10-08 17:52:34 +02:00
[Install]
2022-11-17 20:32:24 +01:00
WantedBy=default.target