ws ping pong on idle connections
[platform/upstream/libwebsockets.git] / lwsws / usr-lib-systemd-system-lwsws.service
1 [Unit]
2 Description=Libwebsockets Web Server
3 After=syslog.target
4
5 [Service]
6 ExecStart=/usr/local/bin/lwsws
7 StandardError=null
8
9 [Install]
10 WantedBy=multi-user.target
11