i my xinetd service config, my_service, i have user = bbob log_type = FILE /tmp/my_service.log
xinetd creates a new empty file owned by root so application being run as bbob can't write to log file xinetd launches the application as it should and it runs ok just no logging i'm missing something obvious

