~ubuntu-branches/debian/jessie/systemd/jessie

« back to all changes in this revision

Viewing changes to man/systemd.path.html

  • Committer: Package Import Robot
  • Author(s): Tollef Fog Heen, Tollef Fog Heen, Michael Biebl
  • Date: 2012-04-03 19:59:17 UTC
  • mfrom: (1.1.10) (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120403195917-l532urrbg4pkreas
Tags: 44-1
[ Tollef Fog Heen ]
* New upstream version.
  - Backport 3492207: journal: PAGE_SIZE is not known on ppc and other
    archs
  - Backport 5a2a2a1: journal: react with immediate rotation to a couple
    of more errors
  - Backport 693ce21: util: never follow symlinks in rm_rf_children()
    Fixes CVE-2012-1174, closes: #664364
* Drop output message from init-functions hook, it's pointless.
* Only rmdir /lib/init/rw if it exists.
* Explicitly order debian-fixup before sysinit.target to prevent a
  possible race condition with the creation of sockets.  Thanks to
  Michael Biebl for debugging this.
* Always restart the initctl socket on upgrades, to mask sysvinit
  removing it.

[ Michael Biebl ]
* Remove workaround for non-interactive sessions from pam config again.
* Create compat /dev/initctl symlink in case we are upgrading from a system
  running a newer version of sysvinit (using /run/initctl) and sysvinit is
  replaced with systemd-sysv during the upgrade. Closes: #663219
* Install new man pages.
* Build-Depend on valac (>= 0.12) instead of valac-0.12. Closes: #663323

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
 
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>systemd.path</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"/></head><body><div class="refentry" title="systemd.path"><a id="systemd.path"/><div class="titlepage"/><div class="refnamediv"><h2>Name</h2><p>systemd.path — systemd path configuration files</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><p><code class="filename">systemd.path</code></p></div><div class="refsect1" title="Description"><a id="id464671"/><h2>Description</h2><p>A unit configuration file whose name ends in
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>systemd.path</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="systemd.path"><a name="systemd.path"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>systemd.path — systemd path configuration files</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><p><code class="filename">systemd.path</code></p></div><div class="refsect1" title="Description"><a name="id355382"></a><h2>Description</h2><p>A unit configuration file whose name ends in
4
2
                <code class="filename">.path</code> encodes information about
5
3
                a path monitored by systemd, for
6
4
                path-based activation.</p><p>This man page lists the configuration options
33
31
                that path units are terminated cleanly prior to system
34
32
                shutdown. Only path units involved with early boot or
35
33
                late system shutdown should disable this
36
 
                option.</p></div><div class="refsect1" title="Options"><a id="id464765"/><h2>Options</h2><p>Path files must include a [Path] section,
 
34
                option.</p></div><div class="refsect1" title="Options"><a name="id355476"></a><h2>Options</h2><p>Path files must include a [Path] section,
37
35
                which carries information about the path(s) it
38
36
                monitors. The options specific to the [Path] section
39
 
                of path units are the following:</p><div class="variablelist"><dl><dt><span class="term"><code class="varname">PathExists=</code>, </span><span class="term"><code class="varname">PathExistsGlob=</code>, </span><span class="term"><code class="varname">PathChanged=</code>, </span><span class="term"><code class="varname">DirectoryNotEmpty=</code></span></dt><dd><p>Defines paths to
 
37
                of path units are the following:</p><div class="variablelist"><dl><dt><span class="term"><code class="varname">PathExists=</code>, </span><span class="term"><code class="varname">PathExistsGlob=</code>, </span><span class="term"><code class="varname">PathChanged=</code>, </span><span class="term"><code class="varname">PathModified=</code>, </span><span class="term"><code class="varname">DirectoryNotEmpty=</code></span></dt><dd><p>Defines paths to
40
38
                                monitor for certain changes:
41
39
                                <code class="varname">PathExists=</code> may be
42
40
                                used to watch the mere existence of a
50
48
                                specified. <code class="varname">PathChanged=</code>
51
49
                                may be used to watch a file or
52
50
                                directory and activate the configured
53
 
                                unit whenever it changes or is
54
 
                                modified. <code class="varname">DirectoryNotEmpty=</code>
 
51
                                unit whenever it changes. It is not activated
 
52
                                on every write to the watched file but it is
 
53
                                activated if the file which was open for writing
 
54
                                gets closed. <code class="varname">PathModified=</code>
 
55
                                is similar, but additionally it is activated
 
56
                                also on simple writes to the watched file.
 
57
 
 
58
                                <code class="varname">DirectoryNotEmpty=</code>
55
59
                                may be used to watch a directory and
56
60
                                activate the configured unit whenever
57
61
                                it contains at least one file.</p><p>The arguments of these
69
73
                                activated, then the configured unit is
70
74
                                immediately activated as
71
75
                                well. Something similar does not apply
72
 
                                to
73
 
                                <code class="varname">PathChanged=</code>. The
74
 
                                latter is not activated on simple
75
 
                                writes but only if files with were
76
 
                                opened for writing are closed.
 
76
                                to <code class="varname">PathChanged=</code>.
77
77
                                </p></dd><dt><span class="term"><code class="varname">Unit=</code></span></dt><dd><p>The unit to activate
78
78
                                when any of the configured paths
79
79
                                changes. The argument is a unit name,
98
98
                                create the directories in
99
99
                                question. Takes an access mode in
100
100
                                octal notation. Defaults to
101
 
                                <code class="option">0755</code>.</p></dd></dl></div></div><div class="refsect1" title="See Also"><a id="id432285"/><h2>See Also</h2><p>
 
101
                                <code class="option">0755</code>.</p></dd></dl></div></div><div class="refsect1" title="See Also"><a name="id355177"></a><h2>See Also</h2><p>
102
102
                          <span class="citerefentry"><span class="refentrytitle">systemd</span>(1)</span>,
103
103
                          <span class="citerefentry"><span class="refentrytitle">systemctl</span>(8)</span>,
104
104
                          <span class="citerefentry"><span class="refentrytitle">systemd.unit</span>(5)</span>,