mirror of
https://github.com/FAUSheppy/systemd-socket-activation-template
synced 2025-12-05 22:41:35 +01:00
11 lines
216 B
Desktop File
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
|