mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
7 lines
148 B
Bash
7 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"
|