Mercurial > hg > rlgwebd
view rlgwebd.service @ 201:f3843245a35e
Initial support for TLS.
RLGWebD now serves via encrypted connections on port 8081.
The client-side script now uses secure WebSockets if the page is being
accessed via HTTPS.
author | John "Elwin" Edwards |
---|---|
date | Sun, 01 Jan 2017 20:18:01 -0500 |
parents | a7cc38a0168d |
children | 2667aaad8e08 |
line wrap: on
line source
[Unit] Description=RLGWebD app daemon After=network.target syslog.target [Service] Type=simple Environment=NODE_PATH=/usr/lib/node_modules ExecStart=/usr/local/bin/rlgwebd ExecStop=/usr/local/bin/rlgwebd-stop Restart=on-failure [Install] WantedBy=multi-user.target