go-prober/units/probe-server.service

8 lines
171 B
INI

[Unit]
Description=Probe server to allow testing of long-lived connections
[Service]
Type=simple
ExecStart=/usr/local/bin/probe-server -port ${PROBE_PORT}
Restart=always