mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-22 22:57:38 +01:00
19 lines
408 B
SYSTEMD
19 lines
408 B
SYSTEMD
|
[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
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/sbin/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
|