Snapshot of verae-nats-cluster from zapier monorepo (NS1-host NATS study)

This commit is contained in:
George Lambert 2026-09-12 01:16:24 -04:00
commit 59c2410932
79 changed files with 4063 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[Unit]
Description=NATS JetStream (Verae cluster node)
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=nats
Group=nats
ExecStart=/usr/local/bin/nats-server -c /etc/nats/nats.conf
LimitNOFILE=65536
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target