Skip to content

Instantly share code, notes, and snippets.

@xeron
Created July 15, 2020 05:26
Show Gist options
  • Select an option

  • Save xeron/7fc952c3d6cdc31508233c1288a95df3 to your computer and use it in GitHub Desktop.

Select an option

Save xeron/7fc952c3d6cdc31508233c1288a95df3 to your computer and use it in GitHub Desktop.
mpdas systemd unit
[Unit]
Description=Last.fm scrobbler for MPD
After=multi-user.target
[Service]
Type=forking
ExecStart=/usr/bin/mpdas -c /etc/mpdasrc -d
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment