Mercurial > hg > rlgwebd
view rlgwebd.service @ 211:d60063a674e1
Terminal emulation: implement the CSI b sequence.
CSI b repeats the previous character, if it was printable and not an
escape sequence.
author | John "Elwin" Edwards |
---|---|
date | Thu, 05 Sep 2019 15:19:27 -0400 |
parents | 2667aaad8e08 |
children |
line wrap: on
line source
[Unit] Description=RLGWebD app daemon After=network.target syslog.target [Service] Type=simple Environment=NODE_PATH=/var/local/lib/node_modules ExecStart=/usr/local/bin/rlgwebd ExecStop=/usr/local/bin/rlgwebd-stop Restart=on-failure [Install] WantedBy=multi-user.target