~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to init/man/init.5

  • Committer: Clint Byrum
  • Author(s): James Hunt
  • Date: 2011-07-26 01:09:47 UTC
  • Revision ID: clint@ubuntu.com-20110726010947-7alzz284oabkh0j3
Tags: 1.3-0ubuntu5
Upstream cherry-pick for user session fixes
("bzr merge -r 1318..1324 lp:upstart").

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
A User Job is a job configuration file created by a non\-privileged user
78
78
in their
79
79
.B $HOME/.init/
80
 
directory. Job configuration files in this directory have
81
 
the same syntax as system job configuration files.
 
80
directory. Job configuration files in this directory have the same
 
81
syntax as system job configuration files.
 
82
Files in this directory will be read and an
 
83
.BR inotify (7)
 
84
watch created the first time a user runs 
 
85
.BR initctl (8) "."
82
86
 
83
87
Any user can create user jobs, but that user can control
84
88
.I only
88
92
.BR initctl (8)
89
93
facility.
90
94
 
 
95
Note that stanzas which manipulate resources limits may cause a job to
 
96
fail to start should the value provided to such a stanza attempt to
 
97
exceed the maximum value the users privilege level allows.
 
98
 
91
99
Note that a user job configuration file cannot have the same name as a
92
100
system job configuration file.
93
101
.\"
749
757
is unable to supervise forking processes and will believe them to have
750
758
stopped as soon as they fork on startup.
751
759
.\"
 
760
.SH RESTRICTIONS
 
761
The use of symbolic links in job configuration file directories is not
 
762
supported since it can lead to unpredicable behaviour resulting from
 
763
broken or inaccessible links (such as would be caused by a link crossing
 
764
a filesystem boundary to a filesystem that has not yet been mounted).
 
765
.\"
752
766
.SH BUGS
753
767
The 
754
768
.B and