diff options
| author | auric <auric@japegames.com> | 2026-02-21 11:08:36 -0600 |
|---|---|---|
| committer | auric <auric@japegames.com> | 2026-02-21 11:08:36 -0600 |
| commit | 0d706ae72ceefd74053ad6cb0900ecce6cf1f085 (patch) | |
| tree | 6faf7d3919182b8838a6ae69ad1a2a0fac468740 /units | |
Add Umbrella 0.1.5
Diffstat (limited to 'units')
| -rw-r--r-- | units/tf2-novemen.yaml.example | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/units/tf2-novemen.yaml.example b/units/tf2-novemen.yaml.example new file mode 100644 index 0000000..76985ba --- /dev/null +++ b/units/tf2-novemen.yaml.example @@ -0,0 +1,24 @@ +# /etc/umbrella/units/tf2-novemen.yaml +# TF2 dedicated server unit descriptor for umbrella + +name: tf2-novemen +display: "TF2 — novemen" +service: tf2-server.service + +console: + type: rcon + host: 127.0.0.1 + port: 27015 + password_env: RCON_PASSWORD # set this in umbrella's environment + +health: + type: a2s + host: 127.0.0.1 + port: 27015 + timeout_ms: 5000 + +logs: + - /ded/tf/novemen/tf2/logs/service.log + +actions: + update: /ded/tf/scripts/tf2_autoupdate.sh |
