mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-25 10:32:20 +01:00
8 lines
148 B
Bash
8 lines
148 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="Music Player Daemon"
|
|
description="A daemon for playing music"
|
|
|
|
command=/usr/bin/mpd
|
|
command_args_foreground="--no-daemon"
|