.TH all-swaps 7 2009-12-21 mountall .\" .SH NAME all-swaps \- event signalling that all swap partitions have been activated .\" .SH SYNOPSIS .B all-swaps .RI [ ENV ]... .\" .SH DESCRIPTION The .B all-swaps event is generated by the .BR mountall (8) daemon after it has activated all swap partitions 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. When this event occurs, common filesystems such as .I /usr may not be mounted. .\" .SH EXAMPLE A service that wishes to be running once swap partitions are activated might use: .RS .nf start on all-swaps .fi .RE .\" .SH SEE ALSO .BR mounting (7) .BR mounted (7) .BR virtual-filesystems (7) .BR local-filesystems (7) .BR remote-filesystems (7) .BR filesystem (7)