16 lines
339 B
SYSTEMD
16 lines
339 B
SYSTEMD
|
[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=always
|
||
|
RestartSec=12
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|