The SMILE daemon
#1Postponed logfile writing
At an early boot stage, filesystems are still mounted read-only. Some seperate /var partition might not be mounted at all. At the moment this problem is circumvented by logging to stdout. A proper solution would first accumulate logs in memory, and then flush them as soon as writing is possible.
This should be implemented in a general manner, not restricted to text logging
- status set to closed
Done: startDelayedLogService.