Hi guys,
I'd like an opinion. For the start program / stop program, what should be used, the init.d script or the daemon with the parameters? #1 example: Start program = /etc/init.d/mysoft start Start program = /etc/init.d/mysoft stop #2 example: Start program = /usr/bin/mysoft -D -c mysoft.conf Start program = /etc/init.d/mysoft stop (some script with kill -9 `pidof mysoft` or similar) Thanks in advanced,
-- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
