d42ba77de3ad70604d849c920a2fd41bad366f6c
[src/app-framework-main.git] / conf / generate-unit-conf / provided.inc
1 ;---------------------------------------------------------------------------------
2 ;----        P R O V I D E D   A P I S                                        ----
3 ;---------------------------------------------------------------------------------
4
5 {{#provided-api}}
6 {{#value=ws|auto}}
7
8 %begin systemd-unit
9
10 # auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}}
11
12 %systemd-unit system
13 %systemd-unit socket afm-api-ws-{{name}}@
14
15 [Socket]
16 SmackLabel=*
17 ListenStream=%t/apis/ws/{{name}}
18 FileDescriptorName={{name}}
19
20 Service=UNIT_NAME_SERVICE
21
22 %nl
23 [Install]
24 WantedBy=sockets.target
25 %systemd-unit wanted-by sockets.target
26
27 %end systemd-unit
28
29 {{/value=ws|auto}}
30 {{/provided-api}}
31
32