8 lines
171 B
SYSTEMD
8 lines
171 B
SYSTEMD
|
[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
|