hm: add veloren (game)

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-04-11 20:04:41 -03:00
parent 95e2571160
commit d741b4405f
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 20 additions and 3 deletions

View file

@ -133,6 +133,7 @@
spotify
# Gaming
airshipper
dolphin-emu
path-of-building
protontricks
@ -356,5 +357,20 @@
Install = { WantedBy = [ "default.target" ]; };
};
veloren = {
Unit = { Description = "FoundryVTT server"; };
Service = {
ExecStart =
"/etc/profiles/per-user/wizardlink/bin/fhs -c './veloren-server-cli'";
Restart = "on-failure";
Type = "simple";
WorkingDirectory =
"/home/wizardlink/.local/share/airshipper/profiles/default";
};
Install = { WantedBy = [ "default.target" ]; };
};
};
}