mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Spotifyd as user service and session DBUS
This commit is contained in:
@ -0,0 +1 @@
|
|||||||
|
../../../../../../usr/lib/systemd/user/spotifyd.service
|
@ -14,3 +14,4 @@ disable local-backend.service
|
|||||||
|
|
||||||
enable kdeconnectd.service
|
enable kdeconnectd.service
|
||||||
enable shairport-sync.service
|
enable shairport-sync.service
|
||||||
|
enable spotifyd.service
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=A Spotify connect daemon
|
||||||
|
Documentation=https://github.com/Spotifyd/spotifyd
|
||||||
|
Wants=sound.target
|
||||||
|
After=sound.target
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
After=pulseaudio.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/spotifyd --no-daemon
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Reference in New Issue
Block a user