[progress Communities] [progress Openedge Abl] Forum Post: Re: Does Openedge (11.6) Provide...

  • Thread starter Thread starter Marian Edu
  • Start date Start date
Status
Not open for further replies.
M

Marian Edu

Guest
Carl, that's because the 'proadsv' process is 'forking' and then it exit so systemd think it was died. What you can try is to switch from 'simple' to 'forking' service type but then I think you need to provide a PID file with the admin server process pid so systemd can check the process's status... or just start in interactive mode :) [Service] Type=simple ; ExecStartPre=/bin/rm -f /var/run/admserv116.sock ExecStart=/usr/dlc/bin/proadsv -start -interactive true

Continue reading...
 
Status
Not open for further replies.
Back
Top