mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-11-23 09:27:35 +00:00
11fdbd8402
systemd is completely at home using stderr logging to the journal, without needing syslog apis.
13 lines
216 B
Desktop File
13 lines
216 B
Desktop File
[Unit]
|
|
Description=Libwebsockets Web Server
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/lwsws
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
ExecStop=/usr/bin/killall lwsws
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|