Skip to content

Instantly share code, notes, and snippets.

View jnfran92's full-sized avatar
🎯
Focusing

Juan Francisco Chango Perugachi jnfran92

🎯
Focusing
View GitHub Profile
@jnfran92
jnfran92 / mpd-autoplay
Last active August 29, 2015 14:26 — forked from captsens/mpd-autoplay
Get mpd to auto-play on start-up (via an init script)
#!/bin/sh
### BEGIN INIT INFO
# Provides: mpd-autoplay
# Required-Start: mpd
# Required-Stop:
# Should-Start:
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6