2020-01-10 14:55:23 +01:00
|
|
|
[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
|
2020-01-10 19:03:26 +01:00
|
|
|
After=pulseaudio.service
|
2020-01-10 14:55:23 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2020-01-10 19:03:26 +01:00
|
|
|
ExecStart=/usr/bin/spotifyd --no-daemon
|
2020-01-10 14:55:23 +01:00
|
|
|
Restart=always
|
|
|
|
RestartSec=5
|
|
|
|
StandardOutput=file:/var/log/spotifyd.log
|
|
|
|
StandardError=file:/var/log/spotifyd.error.log
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|