mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +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"
|