zzz.8.txt (1302B)
1 @man zzz 8 "MAY 2023" "%VERSION%" "fiss man page" 2 @header zzz(8) %VERSION% 3 4 @title name Name 5 6 *zzz* - suspend or hibernate your system 7 8 9 @title synopsis Synopsis 10 11 *zzz [-nSzZRH]* 12 13 14 @title description Description 15 16 *zzz* is a simple utility to hibernate or suspend your computer and part of the fiss-system. It supports suspend/resume-hooks. 17 18 @list 19 *-n, --noop* 20 dry-run, sleep for 5sec instead of actually running ACPI actions. 21 22 *-S, --freeze* 23 enter low-power idle mode 24 25 *-z, --suspend* 26 suspend to RAM, this is the default behaviour of *zzz* 27 28 *-Z, --hibernate* 29 hibernate to disk and power off 30 31 *-R, --reboot* 32 hibernate to disk and reboot (useful for switching operating systems) 33 34 *-H, --hybrid* 35 hibernate to disk and suspend 36 @endlist 37 38 @title hooks Hooks 39 40 Before suspending, *zzz* executes _/usr/share/fiss/suspend_ which intents to execute scripts inside _/etc/zzz.d/suspend_ in alphanumeric order. After resuming, *zzz* executes _/usr/share/fiss/resume_ which intents to execute scripts inside _/etc/zzz.d/resume_ in alphanumeric order. 41 42 43 @title see See ALSO 44 45 fiss-init(8), runsvdir(8), runsvchdir(8), sv(8), runsv(8), chpst(8), utmpset(8), svlogd(8) 46 47 48 @title author Author 49 50 Based on the version of Leah Neukirchen <[email protected]>, rewritten by Friedel Schön <[email protected]>