This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=valheim dedicated server | |
| Wants=network-online.target | |
| After=syslog.target network.target nss-lookup.target network-online.target | |
| [Service] | |
| Environment=LD_LIBRARY_PATH=/opt/steam/valheim/linux64:$LD_LIBRARY_PATH | |
| Environment=SteamAppId=892970 | |
| ExecStartPre=/usr/games/steamcmd +force_install_dir /opt/steam/valheim/ +login anonymous +app_update 896660 validate +quit | |
| ExecStart=/opt/steam/valheim/valheim_server.x86_64 -port 2456 -name "Server Name" -world "World Name" -savedir /home/steam/valheim/saved -password "connect_password" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input { | |
| redis { | |
| data_type=> "list" | |
| codec => json | |
| type => "SuricataIDPS" | |
| } | |
| } | |
| filter { | |
| if [type] == "SuricataIDPS" { |