hm: add veloren (game)
This commit is contained in:
parent
95e2571160
commit
d741b4405f
2 changed files with 20 additions and 3 deletions
|
@ -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" ]; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue