~jamesodhunt/ubuntu/vivid/upstart/bug-1447756

« back to all changes in this revision

Viewing changes to util/man/initctl.8

  • Committer: Dimitri John Ledkov
  • Date: 2014-07-14 12:48:09 UTC
  • mfrom: (1436.2.6)
  • Revision ID: dimitri.ledkov@canonical.com-20140714124809-qgpmf0cj37x2b2we
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH initctl 8 2012-12-20 "Upstart"
 
1
.TH initctl 8 2014-05-09 "Upstart"
2
2
.\"
3
3
.SH NAME
4
4
initctl \- init daemon control tool
580
580
.RE
581
581
.\"
582
582
.TP
 
583
.B notify\-cgroup\-manager\-address
 
584
.I ADDRESS
 
585
Specify the D-Bus address on which the cgroup manager can be
 
586
contacted. This command should only be run when the cgroup manager has
 
587
started to accept connections.
 
588
.\"
 
589
.TP
583
590
.B notify\-disk\-writeable
584
591
Notify the
585
592
.BR init (8)
655
662
.\"
656
663
.TP
657
664
.B set\-env
658
 
.RI [ OPTIONS "] " VARIABLE[=VALUE]
 
665
.RI [ OPTIONS "] " VARIABLE[=VALUE] " ..."
659
666
 
660
 
Adds or updates a variable in a job environment table. Variables set
 
667
Adds or updates one or more variables in a job environment table. Variables set
661
668
in this way will apply to all the subsequently-starting processes for a
662
669
job.
663
670
 
670
677
.B OPTIONS
671
678
.RS
672
679
.IP "\fB\-r\fP, \fB\-\-retain\fP"
673
 
If the specified variable is already set, do not modify it.
 
680
If any of the specified variables are already set, do not modify them.
674
681
.RE
675
682
.RS
676
683
.IP "\fB\-g\fP, \fB\-\-global\fP"
688
695
.\"
689
696
.TP
690
697
.B unset\-env
691
 
.RI [ OPTIONS "] " VARIABLE
 
698
.RI [ OPTIONS "] " VARIABLE " ..."
692
699
 
693
 
Remove the specified variable from a job environment table. If the
694
 
variable does not already exist in the table, no change will be made.
 
700
Remove the specified variables from a job environment table. If any of
 
701
the variables specified do not already exist in the table, those
 
702
variables will be ignored.
695
703
 
696
704
This command is only permitted when running in
697
705
.B User Session Mode.
702
710
.B OPTIONS
703
711
.RS
704
712
.IP "\fB\-r\fP, \fB\-\-retain\fP"
705
 
If the specified variable is already set, do not modify it.
 
713
If any of the specified variables are already set, do not unset them.
706
714
.RE
707
715
.RS
708
716
.IP "\fB\-g\fP, \fB\-\-global\fP"
800
808
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
801
809
.\"
802
810
.SH SEE ALSO
 
811
.BR cgmanager (8)
803
812
.BR init (5)
804
813
.BR init (8)
805
814
.BR telinit (8)