repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
emby-server
/
repos
/
community-x86_64
/
emby-server
blob
bab30e6359fe0c4af1149ab74b55168e19c6c07f
1
#!/bin/sh
2
3
exec
dotnet
/
usr
/
lib
/
emby-server
/
EmbyServer.dll \
4
-programdata
$PROGRAM_DATA
\
5
-ffdetect
$FFDETECT
\
6
-ffmpeg
$FFMPEG
\
7
-ffprobe
$FFPROBE
\
8
-restartexitcode
3
9
10
# vim: ts=2 sw=2 et: