mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00

After discussion here https://libwebsockets.org/pipermail/libwebsockets/2016-April/002304.html Signed-off-by: Andy Green <andy@warmcat.com>
11 lines
164 B
Desktop File
11 lines
164 B
Desktop File
[Unit]
|
|
Description=Libwebsockets Web Server
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/lwsws
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|