Go forward to Controlling Amd.
Go backward to Starting Amd.
Go up to Run-time Administration.
Stopping Amd
============
Amd stops in response to two signals.
`SIGTERM'
causes the top-level automount points to be unmounted and then Amd
to exit. Any automounted filesystems are left mounted. They can
be recovered by restarting Amd with the "-r" command line option.
`SIGINT'
causes Amd to attempt to unmount any filesystems which it has
automounted, in addition to the actions of `SIGTERM'. This signal
is primarly used for debugging.
Actions taken for other signals are undefined.
|