1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-10 00:20:15 +01:00

17 lines
328 B
SYSTEMD
Raw Normal View History

[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]
2022-11-17 20:32:24 +01:00
WantedBy=default.target