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]
|
2023-03-27 12:29:07 -04:00
|
|
|
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
|