mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 00:02:17 +01: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
|