Skip to content

Instantly share code, notes, and snippets.

@subtlecaffeine
Created November 27, 2025 02:30
Show Gist options
  • Select an option

  • Save subtlecaffeine/3bc6442995ab1cee57f1dccddac82dc7 to your computer and use it in GitHub Desktop.

Select an option

Save subtlecaffeine/3bc6442995ab1cee57f1dccddac82dc7 to your computer and use it in GitHub Desktop.
cat /etc/systemd/system/mpd-dbproxy.service
[Unit]
Description=mpd-dbproxy

After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/mpd-dbproxy --config /var/lib/mpd/mpd-dbproxy.conf
User=mpd

[Install]
WantedBy=multi-user.target

Had some minor issues with the whole update thing....but they seem to be resolved. Time to run it for a while and see if it crashes on me. I can't really tell it's there; the database responds just as fast as it did before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment