mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-09 16:10:07 +01:00
17 lines
328 B
Desktop File
17 lines
328 B
Desktop File
[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=default.target
|