1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-13 01:16:34 +01:00
OpenVoiceOS/buildroot-external/package/spotifyd/spotifyd.service
j1nx 00e090edc5 MycroftOS: Migrate splash updates into systemd drop-in files
This for better management and in preperation for easy BAR update
2020-04-16 10:59:59 +02:00

20 lines
432 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]
Type=simple
ExecStart=/usr/bin/spotifyd --no-daemon
Restart=always
RestartSec=5
StandardOutput=file:/var/log/spotifyd.log
StandardError=file:/var/log/spotifyd.error.log
[Install]
WantedBy=multi-user.target