From b1f91d4505276e927d74a124610457e9bf56bcf9 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 3 May 2013 09:49:31 -0400 Subject: [PATCH] fix docs, thanks to @Invizory --- man/foreman.1 | 25 +++++++++++++++++++++++-- man/foreman.1.ronn | 6 +++++- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/man/foreman.1 b/man/foreman.1 index 5d649d0..1b8af95 100644 --- a/man/foreman.1 +++ b/man/foreman.1 @@ -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 @@ -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 @@ -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: . @@ -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 . diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index 4213f55..ecee96a 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -101,8 +101,12 @@ foreman currently supports the following output formats: * inittab + * launchd + * runit + * supervisord + * systemd * upstart @@ -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