update valheim server

This commit is contained in:
stubbfel
2021-05-13 22:47:45 +02:00
parent 4b4559d5a5
commit a82ef7825c

View File

@@ -9,7 +9,7 @@ let
file file
]); ]);
runScript = '' 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"; Type = "simple";
User = "sshuser"; User = "sshuser";
Group = "users"; Group = "users";
WorkingDirectory = "/home/sshuser/.steam/root/valheim"; WorkingDirectory = "/home/sshuser/.steam/root/valheim_20210513";
ExecStart = "${runEnv}/bin/vaheim-env"; ExecStart = "${runEnv}/bin/vaheim-env";
Restart = "always"; Restart = "always";
}; };