Jump to content

command line options


useb13

Recommended Posts

Hi,

 

I could not find anything where --help or a manual is documented of the exe.

 

What I would like to have is a option like -c for nginx (nginx -c ~/nginx.conf) so I can use a different config which emby starts with.

 

 

 

I have emby installed and running as normal user.

 

I start emby the following way:

mono --debug ~/Emby/MediaBrowser.Server.Mono.exe -c libcurl

also the "-c"-cli-option is nowhere documented. I have found that command somewhere so I don't even know what or why libcurl is uesed for....

 

Usually this command should only be excuted within tmux/screen:

screen -dmS emby mono --debug ~/Emby/MediaBrowser.Server.Mono.exe -c libcurl

systemd:

when starting with systemd following options are used:

-programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh

but I guess I won't need those as user.

 

 

 

But again: those are not found in any wiki or the community :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...