blob: d7defa80106ab092a9e62e0a6fc7a11a4eb008b7 (
plain)
1
2
3
4
5
6
7
|
[Unit]
Description=Mpv audio server
[Service]
Type=exec
ExecStart=/usr/bin/mpv --really-quiet --ytdl-format=bestaudio --idle=yes --input-ipc-server=/tmp/mpv-audio-server-%u.socket
[Install]
WantedBy=default.target
|