telefonicaid / fiware-pep-steelskin

Telefonica's implementation of the FIWARE PEP GE
GNU Affero General Public License v3.0
0 stars 0 forks source link

Improvements in /etc/init.d/pepProxy script #390

Closed fgalan closed 6 years ago

fgalan commented 6 years ago

Two improvements:

$ ps -efa|grep pepProxy
pepproxy 22613 1 2 11:11 ? 00:00:00 node /opt/pepProxy/bin/pepProxy
pepproxy 22641 1 2 11:11 ? 00:00:00 node /opt/pepProxy/bin/pepProxy

it should be something like this:

pepproxy 22613 1 2 11:11 ? 00:00:00 node /opt/pepProxy/bin/pepProxy config.js <instance1>
pepproxy 22641 1 2 11:11 ? 00:00:00 node /opt/pepProxy/bin/pepProxy config.js <instance2>
cesarjorgemartinez commented 6 years ago

Fixed in PR: https://github.com/telefonicaid/fiware-pep-steelskin/pull/393