]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-restart.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-restart.1
1 .TH "NPM\-RESTART" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-restart\fR \- Restart a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm restart [\-\- <args>]
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This restarts a package\.
14 .P
15 This runs a package's "stop", "restart", and "start" scripts, and associated
16 pre\- and post\- scripts, in the order given below:
17 .RS 0
18 .IP 1. 3
19 prerestart
20 .IP 2. 3
21 prestop
22 .IP 3. 3
23 stop
24 .IP 4. 3
25 poststop
26 .IP 5. 3
27 restart
28 .IP 6. 3
29 prestart
30 .IP 7. 3
31 start
32 .IP 8. 3
33 poststart
34 .IP 9. 3
35 postrestart
36
37 .RE
38 .SH NOTE
39 .P
40 Note that the "restart" script is run \fBin addition to\fR the "stop"
41 and "start" scripts, not instead of them\.
42 .P
43 This is the behavior as of \fBnpm\fP major version 2\.  A change in this
44 behavior will be accompanied by an increase in major version number
45 .SH SEE ALSO
46 .RS 0
47 .IP \(bu 2
48 npm help run\-script
49 .IP \(bu 2
50 npm help 7 scripts
51 .IP \(bu 2
52 npm help test
53 .IP \(bu 2
54 npm help start
55 .IP \(bu 2
56 npm help stop
57 .IP \(bu 2
58 npm apihelp restart
59
60 .RE
61