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