usr-lib-systemd-system-lwsws.service 235 B

12345678910111213
  1. [Unit]
  2. Description=Libwebsockets Web Server
  3. After=syslog.target
  4. [Service]
  5. ExecStart=/usr/local/bin/lwsws
  6. ExecReload=/usr/bin/kill -HUP $MAINPID
  7. ExecStop=/usr/bin/killall lwsws
  8. StandardError=null
  9. [Install]
  10. WantedBy=multi-user.target