From a82ef7825c04fc7e9a4cecfe3ab800130b5ce7de Mon Sep 17 00:00:00 2001 From: stubbfel Date: Thu, 13 May 2021 22:47:45 +0200 Subject: [PATCH] update valheim server --- services/vaheim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/vaheim.nix b/services/vaheim.nix index 5cd5b94..6765760 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -9,7 +9,7 @@ let file ]); runScript = '' - bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "Lostplaces.db" -public 0 -savedir /home/sshuser/Valheim_imtvsmb" + bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "Lostplaces" -public 0 -savedir "/home/sshuser/Valheim_imtvsmb" ''; }); @@ -27,7 +27,7 @@ in Type = "simple"; User = "sshuser"; Group = "users"; - WorkingDirectory = "/home/sshuser/.steam/root/valheim"; + WorkingDirectory = "/home/sshuser/.steam/root/valheim_20210513"; ExecStart = "${runEnv}/bin/vaheim-env"; Restart = "always"; };