afb-apiset: Fix start of apis
[src/app-framework-binder.git] / afm-api-supervisor.socket
1 # afm-api-supervisor.socket.in
2
3 [Unit]
4 Description=Service to start the API 'supervisor'
5
6 DefaultDependencies=no
7
8 Requires=afm-system-setup.service
9 After=afm-system-setup.service
10
11 [Socket]
12 SmackLabel=*
13 SmackLabelIPIn=System
14 SmackLabelIPOut=System
15 ListenStream=/run/platform/apis/ws/supervisor
16 FileDescriptorName=supervisor
17 Service=afs-supervisor.service
18
19 [Install]
20 WantedBy=sockets.target
21