secure-messaging/deploy/pfc-sm-leaf.service
George Lambert f4da7ff446
Some checks are pending
ci / python (push) Waiting to run
ci / go (push) Waiting to run
S15: sm-leaf health HTTP, verae.sm.* acks, systemd unit
Loopback GET /health, nats-leaf:// rewrite, subject request-reply tests.
Do not replace pfc-py-admin. NpeRequired stays on the package surface.
2026-09-15 22:40:50 -04:00

14 lines
357 B
Desktop File

[Unit]
Description=PFC secure-messaging leaf (in-process NATS + hub leaf)
After=network.target
[Service]
Environment=SM_LEAF_HUB=nats://10.10.10.21:7422
Environment=SM_HTTP=127.0.0.1:18783
ExecStart=/opt/pfc/bin/sm-leaf -hub nats://10.10.10.21:7422 -http 127.0.0.1:18783
Restart=on-failure
User=root
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target