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

15 lines
378 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
2024-01-15 18:46:50 -05:00
Wants=graphical-session.target
2023-02-22 11:10:48 -05:00
[Service]
Environment=DISPLAY=:0
Type=simple
ExecStart=/usr/bin/spotifyd --config-path /home/lizzy/.config/spotifyd/spotifyd.conf --password-cmd "pass show spotify" --no-daemon
2023-02-22 11:10:48 -05:00
Restart=always
RestartSec=12
[Install]
2024-01-15 18:46:50 -05:00
WantedBy=graphical-session.target