Files
inventory-flo-debezium-nats/linux-files/dot_config/systemd/user/cdc-inventory.service
T
2026-08-11 20:42:44 +01:00

19 lines
571 B
Desktop File

[Unit]
Description=CDC demo Go backend
Wants=cdc-postgres.service cdc-nats.service cdc-debezium.service
After=cdc-postgres.service cdc-nats.service cdc-debezium.service
[Service]
Type=simple
WorkingDirectory=%h/.local/share/live-inventory-cdc-demo
Environment=HTTP_ADDR=:8080
Environment=DATABASE_URL=postgres://postgres:postgres@localhost:5453/postgres?sslmode=disable
Environment=NATS_URL=nats://localhost:4222
Environment=NATS_SUBJECT=postgres.public.inventory
ExecStart=%h/.local/bin/inventory-cdc-demo
Restart=always
RestartSec=3
[Install]
WantedBy=default.target