mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
description="Discord Rich Presence for MPD"
|
|
supervisor="supervise-daemon"
|
|
command=/usr/bin/mpd-discord-rpc
|
|
|
|
depend() {
|
|
use mpd
|
|
}
|