airsonic: force use of jre8
This commit is contained in:
parent
69652a072d
commit
6dde6bf3bf
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ in {
|
|||
'';
|
||||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${pkgs.jre}/bin/java -Xmx${toString cfg.maxMemory}m \
|
||||
${pkgs.jre8}/bin/java -Xmx${toString cfg.maxMemory}m \
|
||||
-Dairsonic.home=${cfg.home} \
|
||||
-Dserver.address=${cfg.listenAddress} \
|
||||
-Dserver.port=${toString cfg.port} \
|
||||
|
|
Loading…
Reference in a new issue