diff options
Diffstat (limited to 'ready-for-shutdown.target.8.in')
-rw-r--r-- | ready-for-shutdown.target.8.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ready-for-shutdown.target.8.in b/ready-for-shutdown.target.8.in new file mode 100644 index 0000000..babba56 --- /dev/null +++ b/ready-for-shutdown.target.8.in @@ -0,0 +1,18 @@ +.TH ready-for-shutdown.target 8 "2024-01-25" +.SH NAME +ready-for-shutdown.target, shutdown-if-no-sessions.service - systemd target that marks completion of routine boot tasks +.SH SYNOPSIS +.B ready-for-shutdown.target +.br +.B shutdown-if-no-sessions.service +.SH DESCRIPTION +Target is intended to mark the completion of all scheduled tasks and readiness for shutdown that is triggered +immediately after. Before enabling this target add +.B [Install] +section listing all units that are intended to be run before shutting down. +.SH FILES +.I @SYSDDIR@/ready-for-shutdown.target +.br +.I @SYSDDIR@/shutdown-if-no-sessions.service +.br +.I @LIBEXECDIR@/shutdown-if-no-sessions |