Skip to content

Instantly share code, notes, and snippets.

/unit Secret

Created September 14, 2016 15:21
Show Gist options
  • Save anonymous/ad23176c3709ee5dbc36c13bb73ce1b5 to your computer and use it in GitHub Desktop.
Save anonymous/ad23176c3709ee5dbc36c13bb73ce1b5 to your computer and use it in GitHub Desktop.
[Unit]
Description=Music Player Daemon
After=network.target sound.target
[Service]
ExecStart=/usr/bin/mpd --no-daemon
# allow MPD to use real-time priority 50
LimitRTPRIO=50
LimitRTTIME=infinity
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment