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

systemd is completely at home using stderr logging to the journal, without needing syslog apis.
12 lines
216 B
Desktop File
12 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
|
|
|