How to debug old initd script under systemd?
- by Gene Vincent
I have an older initd script to start my application. It worked fine under older versions of SuSE, but fails on Open SuSE 12.3.
The strange thing is
cd /etc/init.d ; ./script start
works fine.
/etc/init.d/script start
shows a redirection to systemctl, but doesn't start my application (and also doesn't show any output from the initd script).
…