go-prober/units/probe-server.service

8 lines
171 B
INI
Raw Permalink Normal View History

2020-10-12 00:50:07 +02:00
[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