pypanel/services/mpd.json

18 lines
424 B
JSON

{
"name": "mpd",
"fullname": "Music Player Daemon",
"description": "MPD server",
"workdir": "/data/data/com.termux/files/home",
"executable": "/data/data/com.termux/files/usr/bin/mpd",
"arguments": [
"--no-daemon",
"/data/data/com.termux/files/home/.config/mpd/mpd.conf"
],
"enabled": false,
"autorestart": true,
"autorestart_timeout": 5,
"autorestart_tries": 5,
"terminate_timeout": 5,
"log_keep": "5"
}