blob: 7e085bd4603d174a15c955a22ee5be56449ec545 (
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
36
37
38
|
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}}@
[Unit]
Description=Provides api {{name}} for user %i
After=afm-user-setup@%i.service
[Socket]
SmackLabel=*
ListenStream=USER_RUN_DIR/apis/ws/{{name}}
FileDescriptorName={{name}}
Service=UNIT_NAME_SERVICE
%nl
[Install]
WantedBy=agl-user-session@.target
%systemd-unit wanted-by agl-user-session@.target
%end systemd-unit
{{/value=ws|auto}}
{{/provided-api}}
|