Mercurial > hg > rlgwebd
diff rlgwebd.service @ 209:2667aaad8e08
Move the NODE_PATH location.
Modules are now expected to be in /var/local/lib/node_modules. This is
intended to make it easier to avoid running npm as root.
author | John "Elwin" Edwards |
---|---|
date | Tue, 26 Dec 2017 13:23:55 -0500 |
parents | a7cc38a0168d |
children |
line wrap: on
line diff
--- a/rlgwebd.service Sat Jan 28 09:57:31 2017 -0500 +++ b/rlgwebd.service Tue Dec 26 13:23:55 2017 -0500 @@ -4,7 +4,7 @@ [Service] Type=simple -Environment=NODE_PATH=/usr/lib/node_modules +Environment=NODE_PATH=/var/local/lib/node_modules ExecStart=/usr/local/bin/rlgwebd ExecStop=/usr/local/bin/rlgwebd-stop Restart=on-failure