Skip to content

Commit

Permalink
fix docs, thanks to @Invizory
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed May 3, 2013
1 parent 0c7b8dd commit b1f91d4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
25 changes: 23 additions & 2 deletions man/foreman.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.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"
\fBforeman\fR \- manage Procfile\-based applications
Expand Down Expand Up @@ -107,9 +107,18 @@ bluepill
inittab
.
.IP "\(bu" 4
launchd
.
.IP "\(bu" 4
runit
.
.IP "\(bu" 4
supervisord
.
.IP "\(bu" 4
systemd
.
.IP "\(bu" 4
upstart
.
.IP "" 0
Expand All @@ -130,6 +139,18 @@ EX02:4:respawn:/bin/su \- example \-c \'PORT=5100 bundle exec rake jobs:work >>
.
.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"
Will create a series of upstart scripts in the location you specify\. Scripts will be structured to make the following commands valid:
.
Expand Down Expand Up @@ -230,7 +251,7 @@ Run one process type from the application defined in a specific Procfile:
.
.nf

$ foreman start alpha \-p ~/myapp/Procfile
$ foreman start alpha \-f ~/myapp/Procfile
.
.fi
.
Expand Down
6 changes: 5 additions & 1 deletion man/foreman.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,12 @@ foreman currently supports the following output formats:

* inittab

* launchd

* runit

* supervisord

* systemd

* upstart
Expand Down Expand Up @@ -181,7 +185,7 @@ Export the application in upstart format:

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

Expand Down

0 comments on commit b1f91d4

Please sign in to comment.