mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
allow service to restart itself
This commit is contained in:
@@ -81,7 +81,7 @@ namespace MediaBrowser.Server.Mono
|
||||
|
||||
private static ServerApplicationPaths CreateApplicationPaths()
|
||||
{
|
||||
return new ServerApplicationPaths("D:\\MonoTest");
|
||||
return new ServerApplicationPaths();
|
||||
}
|
||||
|
||||
private static void RunApplication(ServerApplicationPaths appPaths, ILogManager logManager)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<targets async="true"></targets>
|
||||
</nlog>
|
||||
<appSettings>
|
||||
<add key="DebugProgramDataPath" value="..\..\..\..\ProgramData-Server" />
|
||||
<add key="DebugProgramDataPath" value="ProgramData-Server" />
|
||||
<add key="ReleaseProgramDataPath" value="%ApplicationData%" />
|
||||
<add key="ProgramDataFolderName" value="MediaBrowser-Server" />
|
||||
</appSettings>
|
||||
|
||||
Reference in New Issue
Block a user