Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

System Administration Notes

Mike Caprio edited this page Nov 18, 2017 · 1 revision

After logging in to the Library dev server, you should use the system as the apiproject user:

sudo -u apiproject -i

Node.JS System configuration text file:

/etc/systemd/system/nodejs-api.service

The following system status commands are available through sudo:

/bin/systemctl status nodejs-api.service
/bin/systemctl start  nodejs-api.service
/bin/systemctl stop   nodejs-api.service
/bin/journalctl -xe -u nodejs-api.service
/bin/journalctl -xe
Clone this wiki locally