coverity 181576: remove dead code to keep coverity happy
[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 ExecReload=/usr/bin/kill -HUP $MAINPID
8 ExecStop=/usr/bin/killall lwsws
9 StandardError=null
10
11 [Install]
12 WantedBy=multi-user.target
13