Adobe Campaign Classic Hybrid Model - Start all services with a single command | Community
Skip to main content
Ken_Qrious
Level 4
December 4, 2020
Question

Adobe Campaign Classic Hybrid Model - Start all services with a single command

  • December 4, 2020
  • 2 replies
  • 1288 views

As user neolane all services on a unix host can be shutdown using command nlserver shutdown.  Is there a way to start all services as user neolane, something similar to the root command systemctl start nlserver?  The neolane command nlserver watchdog will do this but the console continues to scroll to the unix window and can only be stopped with a control C which of course kills the watchdog service.  

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Manoj_Kumar
Community Advisor
Community Advisor
December 4, 2020

@ken_qrious 

 

Try using this command

nlserver watchdog &

& should start the process in the background 

Manoj  | https://themartech.pro
Sukrity_Wadhwa
Community Manager
Community Manager
December 14, 2020

Hi @ken_qrious,

Were you able to resolve this query with the given solution? Do let us know.

Thanks!

Sukrity Wadhwa
Ken_Qrious
Level 4
December 14, 2020
Unfortunately it didn't work. The log doesn't scroll but I still need to do a cntrl c to get back to the command prompt.