fix docs, thanks to @Invizory
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "FOREMAN" "1" "April 2013" "Foreman 0.63.0" "Foreman Manual"
|
.TH "FOREMAN" "1" "May 2013" "Foreman 0.63.0" "Foreman Manual"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBforeman\fR \- manage Procfile\-based applications
|
\fBforeman\fR \- manage Procfile\-based applications
|
||||||
@@ -107,9 +107,18 @@ bluepill
|
|||||||
inittab
|
inittab
|
||||||
.
|
.
|
||||||
.IP "\(bu" 4
|
.IP "\(bu" 4
|
||||||
|
launchd
|
||||||
|
.
|
||||||
|
.IP "\(bu" 4
|
||||||
runit
|
runit
|
||||||
.
|
.
|
||||||
.IP "\(bu" 4
|
.IP "\(bu" 4
|
||||||
|
supervisord
|
||||||
|
.
|
||||||
|
.IP "\(bu" 4
|
||||||
|
systemd
|
||||||
|
.
|
||||||
|
.IP "\(bu" 4
|
||||||
upstart
|
upstart
|
||||||
.
|
.
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
@@ -130,6 +139,18 @@ EX02:4:respawn:/bin/su \- example \-c \'PORT=5100 bundle exec rake jobs:work >>
|
|||||||
.
|
.
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
.
|
.
|
||||||
|
.SH "SYSTEMD EXPORT"
|
||||||
|
Will create a series of systemd scripts in the location you specify\. Scripts will be structured to make the following commands valid:
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
\fBsystemctl start appname\.target\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
\fBsystemctl stop appname\-processname\.target\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
\fBsystemctl restart appname\-processname\-3\.service\fR
|
||||||
|
.
|
||||||
.SH "UPSTART EXPORT"
|
.SH "UPSTART EXPORT"
|
||||||
Will create a series of upstart scripts in the location you specify\. Scripts will be structured to make the following commands valid:
|
Will create a series of upstart scripts in the location you specify\. Scripts will be structured to make the following commands valid:
|
||||||
.
|
.
|
||||||
@@ -230,7 +251,7 @@ Run one process type from the application defined in a specific Procfile:
|
|||||||
.
|
.
|
||||||
.nf
|
.nf
|
||||||
|
|
||||||
$ foreman start alpha \-p ~/myapp/Procfile
|
$ foreman start alpha \-f ~/myapp/Procfile
|
||||||
.
|
.
|
||||||
.fi
|
.fi
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -101,8 +101,12 @@ foreman currently supports the following output formats:
|
|||||||
|
|
||||||
* inittab
|
* inittab
|
||||||
|
|
||||||
|
* launchd
|
||||||
|
|
||||||
* runit
|
* runit
|
||||||
|
|
||||||
|
* supervisord
|
||||||
|
|
||||||
* systemd
|
* systemd
|
||||||
|
|
||||||
* upstart
|
* upstart
|
||||||
@@ -181,7 +185,7 @@ Export the application in upstart format:
|
|||||||
|
|
||||||
Run one process type from the application defined in a specific Procfile:
|
Run one process type from the application defined in a specific Procfile:
|
||||||
|
|
||||||
$ foreman start alpha -p ~/myapp/Procfile
|
$ foreman start alpha -f ~/myapp/Procfile
|
||||||
|
|
||||||
## COPYRIGHT
|
## COPYRIGHT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user