.s/.config/systemd/user/spotifyd.service

16 lines
361 B
SYSTEMD
Raw Normal View History

2023-02-22 11:10:48 -05:00
[Unit]
Description=A spotify playing daemon
Documentation=https://github.com/Spotifyd/spotifyd
Wants=sound.target
After=sound.target
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/bin/spotifyd --config-path /home/lizzy/.config/spotifyd/spotifyd.conf --no-daemon
Restart=always
RestartSec=12
[Install]
WantedBy=default.target