mirror of
https://github.com/FAUSheppy/systemd-socket-activation-template
synced 2025-12-06 23:11:35 +01:00
12 lines
194 B
SYSTEMD
12 lines
194 B
SYSTEMD
[Unit]
|
|
Description=Socket Activator for example.service
|
|
PartOf=example-proxy.service
|
|
|
|
[Socket]
|
|
ListenStream=PORT_NUMBER_HERE
|
|
BindIPv6Only=both
|
|
Accept=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|