summaryrefslogtreecommitdiffstats
path: root/conf/generate-unit-conf/provided.inc
blob: d9c12a09c0d0c0ef86704c1aa9191e21aabd670d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
dnl vim: set filetype=sysctl.conf.m4 syntax=sysctl.conf.m4:
;---------------------------------------------------------------------------------
;----        P R O V I D E D   A P I S                                        ----
;---------------------------------------------------------------------------------

{{#provided-api}}
{{#value=ws|auto}}

%begin systemd-unit

# auto generated by wgtpkg-unit for {{:id}} version {{:version}} target {{:#target}} of {{:idaver}}

%systemd-unit system
%systemd-unit socket afm-api-ws-{{name}}@

[Socket]
SmackLabel=*
ListenStream=USER_RUN_DIR/apis/ws/{{name}}
FileDescriptorName={{name}}

Service=UNIT_NAME_SERVICE

%nl
[Install]
WantedBy=sockets.target
%systemd-unit wanted-by agl-user-session@.service

%end systemd-unit



{{/value=ws|auto}}
{{/provided-api}}