Skip to content

Instantly share code, notes, and snippets.

@vinisba
Created March 23, 2021 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinisba/ade92bdb68ce103c966cb5ae59b9a23e to your computer and use it in GitHub Desktop.
Save vinisba/ade92bdb68ce103c966cb5ae59b9a23e to your computer and use it in GitHub Desktop.
Spotifyd
[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=/home/vinisba/Workspace/Repositories/Personal/spotifyd/target/release/spotifyd --no-daemon
Restart=always
RestartSec=12
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment