Files
systemd-socket-activation-t…/example-socket-proxy.service
2018-09-03 18:44:07 +02:00

11 lines
216 B
Desktop File

[Unit]
Description=socket proxy example.service
After=example.service
Requires=example.service
[Service]
ExecStart=/lib/systemd/systemd-socket-proxyd 127.0.0.1:PORT_NUMBER_HERE
[Install]
WantedBy=multi-user.target