mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 17:10:33 +01:00
Spotifyd as user service and session DBUS
This commit is contained in:
parent
d19d5d8d16
commit
c2f0f45da1
@ -0,0 +1 @@
|
||||
../../../../../../usr/lib/systemd/user/spotifyd.service
|
@ -14,3 +14,4 @@ disable local-backend.service
|
||||
|
||||
enable kdeconnectd.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
|
Loading…
Reference in New Issue
Block a user