luniebox/contrib/service/spotifyd.service

16 lines
343 B
Desktop File

[Unit]
Description=the spotify playing daemon
Wants=sound.target
After=sound.target
Wants=network-online.target
After=network-online.target
[Service]
User=pi
Group=pi
ExecStart=/home/pi/luniebox/bin/spotifyd --config-path /home/pi/luniebox/config/spotifyd.cfg --no-daemon
Restart=on-failure
RestartSec=15
[Install]
WantedBy=multi-user.target