mirror of
https://github.com/FAUSheppy/systemd-socket-activation-template
synced 2025-12-06 06:51:35 +01:00
Initial
This commit is contained in:
10
example-socket-proxy.service
Normal file
10
example-socket-proxy.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user