afb-proto-ws: Improve comment and names
[src/app-framework-binder.git] / afs-supervisor.service.in
1 [Unit]
2 Description=Application Framework Supervisor
3
4 [Service]
5 ExecStart=/usr/bin/afs-supervisor --port @AFS_SUPERVISOR_PORT@ --token @AFS_SUPERVISOR_TOKEN@ --ws-server=sd:supervisor
6
7 [Install]
8 WantedBy=multi-user.target
9