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