• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Unit]
2Description=Libwebsockets Web Server
3After=syslog.target
4
5[Service]
6ExecStart=/usr/local/bin/lwsws
7ExecReload=/usr/bin/kill -HUP $MAINPID
8ExecStop=/usr/bin/killall lwsws
9
10[Install]
11WantedBy=multi-user.target
12
13