15 lines
378 B
Desktop File
15 lines
378 B
Desktop File
[Unit]
|
|
Description=A spotify playing daemon
|
|
Documentation=https://github.com/Spotifyd/spotifyd
|
|
Wants=graphical-session.target
|
|
|
|
[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
|
|
Restart=always
|
|
RestartSec=12
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|