Artix Linux Forum

Init systems => OpenRC => Topic started by: mrbrklyn on 10 January 2018, 09:06:41

Title: #!/usr/bin/openrc-run change in behavior
Post by: mrbrklyn on 10 January 2018, 09:06:41
I needed to run
/etc/init.d/server zap

one the service died.  Otherwise it gives you a warning that a program is already running with start and with stop it says it can not properly shut it down.

My problem with this is that I can not tell where the warning comes from.  Not from the script.  openrc is doing something before even the first line in the script is read.