view rlgwebd.service @ 199:34e1bc4fd6b2

Some fixes to the documentation.
author John "Elwin" Edwards
date Mon, 01 Feb 2016 21:20:12 -0500
parents 3bdee6371c3f
children a7cc38a0168d
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

[Install]
WantedBy=multi-user.target