.TH filesystem 7 2009-12-21 mountall .\" .SH NAME filesystem \- event signalling that filesystems have been mounted .\" .SH SYNOPSIS .B filesystem .RI [ ENV ]... .\" .SH DESCRIPTION The .B filesystem event is generated by the .BR mountall (8) daemon after it has mounted all filesystems listed in .BR fstab (5). .BR mountall (8) emits this event as an informational signal, services and tasks started or stopped by this event will do so in parallel with other activity. .\" .SH EXAMPLE A service that wishes to be running once filesystems are mounted might use: .RS .nf start on filesystem .fi .RE .\" .SH SEE ALSO .BR mounting (7) .BR mounted (7) .BR virtual-filesystems (7) .BR local-filesystems (7) .BR remote-filesystems (7) .BR all-swaps (7)