This commit is contained in:
Sheppy
2018-09-03 18:44:07 +02:00
commit d339a20c4d
9 changed files with 77 additions and 0 deletions

View 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