mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
7 lines
159 B
Bash
7 lines
159 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/bin/mono /usr/lib/emby/MediaBrowser.Server.Mono.exe \
|
|
-programdata /var/lib/emby \
|
|
-ffmpeg /usr/bin/ffmpeg \
|
|
-ffprobe /usr/bin/ffprobe
|