diff options
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 |
