mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 01:16:34 +01:00
00e090edc5
This for better management and in preperation for easy BAR update
20 lines
432 B
Desktop File
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
|