[go: up one dir, main page]

File: session-end.7

package info (click to toggle)
upstart 1.11-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,988 kB
  • ctags: 2,100
  • sloc: ansic: 67,932; sh: 12,339; python: 1,718; makefile: 1,093; xml: 162; sed: 16
file content (34 lines) | stat: -rw-r--r-- 625 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH session\-end 7 2013-02-08 "Upstart"
.\"
.SH NAME
session\-end \- event signalling session shutdown
.\"
.SH SYNOPSIS
.B session\-end
.BI TYPE\fR= TYPE
.\"
.SH DESCRIPTION
The
.B session\-end
event is generated by the Upstart
.BR init (8)
daemon when running as a Session Init (where its pid is not 1) when
requested to stop.

The
.B TYPE
environment variable will be set to either
.I shutdown
when the Session Init has received the
.I SIGTERM
signal, or
.I logout
when the Session Init has processed the
.B com.ubuntu.Upstart0_6.EndSession()
D\-Bus method call.

.\"
.SH SEE ALSO
.BR startup (7)
.BR init (5)
.BR init (8)