diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/defconfig.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/defconfig.md b/docs/defconfig.md index c58848e..c4ab477 100644 --- a/docs/defconfig.md +++ b/docs/defconfig.md @@ -90,6 +90,8 @@ For the shutdown and reboot targets, the following services are executed: * sigterm - send the SIGTERM signal to all processes and wait for 5 seconds * sigkill - send the SIGKILL signal to all remaining processes * ifdown - bring all network interfaces down + * unmount - unmount the overlay mount points and the underlying + writeable filesystem * sync - run the sync command |