Unix and Linux Discussions Tagged with startup |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
3,604 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
5,333 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,518 |
Shell Programming and Scripting |
|
|
|
0 |
2,629 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
12,868 |
Shell Programming and Scripting |
|
|
|
2 |
3,491 |
Shell Programming and Scripting |
|
|
|
4 |
3,720 |
Red Hat |
|
|
|
4 |
14,489 |
Red Hat |
|
|
|
3 |
7,445 |
Shell Programming and Scripting |
|
|
|
0 |
5,573 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,732 |
Solaris |
|
|
|
2 |
4,148 |
Shell Programming and Scripting |
|
|
|
4 |
2,846 |
Linux |
|
|
|
0 |
6,097 |
OS X Support RSS |
|
|
|
0 |
4,106 |
OS X Support RSS |
|
|
|
1 |
10,058 |
AIX |
|
|
|
0 |
1,787 |
UNIX and Linux RSS News |
|
|
|
0 |
8,976 |
AIX |
|
|
|
0 |
2,016 |
OS X Support RSS |
|
|
|
0 |
2,814 |
UNIX Desktop Questions & Answers |
|
|
|
1 |
2,926 |
Shell Programming and Scripting |
|
|
|
2 |
6,552 |
BSD |
|
|
|
5 |
44,023 |
Linux |
|
|
|
0 |
5,174 |
Shell Programming and Scripting |
|
|
|
0 |
3,471 |
Windows & DOS: Issues & Discussions |
|
|
|
7 |
12,347 |
Solaris |
|
|
|
0 |
1,196 |
UNIX and Linux RSS News |
|
|
|
5 |
9,063 |
Solaris |
|
|
|
0 |
1,337 |
UNIX and Linux RSS News |
|
|
|
1 |
13,443 |
SuSE |
|
|
|
6 |
13,684 |
Shell Programming and Scripting |
|
|
|
0 |
3,735 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,387 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,882 |
HP-UX |
|
|
|
1 |
4,477 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
11,827 |
HP-UX |
|
|
|
6 |
10,589 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,457 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,786 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
5,924 |
UNIX for Dummies Questions & Answers |
startup(7) Miscellaneous Information Manual startup(7)
NAME
startup - event signalling system startup
SYNOPSIS
startup [ENV]...
DESCRIPTION
The startup event is generated by the Upstart init(8) daemon after it has completed its own initialisation and is the signal that the rest
of the system may be started.
Typically this will involve checking and mounting the partitions and drives that form the filesystem, loading drivers for connected devices
and starting the X windowing system or other login environment.
In the default Upstart configuration, the primary task run on the startup event is the /etc/init/rc-sysinit.conf job responsible for gener-
ating the System V compatible runlevel(7) event. See that page for a more detailed explanation of this process.
Paradoxically there is currently no corresponding Upstart-native event signifying that the system is to be shutdown, only the System V com-
patible runlevel 0 and runlevel 6 events provide this functionality.
EXAMPLE
A service with no other dependencies run on startup might use:
start on startup
SEE ALSO
runlevel(7) init(8)
Upstart 2009-07-09 startup(7)