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...
Continue reading...