Skip to main content

Configure Adeptia Suite as Services on Linux

Comments

1 comment

  • David Paras

    To run the Adeptia Services under a user other than root:

     

    In the AdeptiaService file, you can try updating the ./startup.sh and ./stop.sh lines (33 and 42 respectively) to the following

    su someuser -c "nohup startup.sh >/dev/null 2>&1 &"
    su someuser -c "nohup stop.sh >/dev/null 2>&1 &"
    0

Article is closed for comments.