diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-01 00:41:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-01 00:41:18 +0200 |
commit | 0aef434548f43ce2635620e7f97073aa3e23cf96 (patch) | |
tree | c50a6b0b2c93f3f0bdf87eb883dfdadfa1c7fe40 /man/systemd.unit.xml | |
parent | 30b2c336d80aa08ffcc6ebba9540b15b07563a73 (diff) |
unit: add three new specifiers to use in unit files
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 39da614a82..dd32e5505c 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -186,16 +186,24 @@ configuration options. Other specifiers that may be used are <literal>%n</literal>, <literal>%N</literal>, <literal>%p</literal>, <literal>%P</literal>, - <literal>%I</literal> and <literal>%f</literal>, for + <literal>%I</literal>, <literal>%f</literal>, + <literal>%c</literal>, <literal>%r</literal>, + <literal>%R</literal> and <literal>%t</literal> for the full unit name, the unescaped unit name, the prefix name, the unescaped prefix name, the unescaped - instance name and the unescaped filename, + instance name, the unescaped filename, the control + group path of the unit, the root control group path of + systemd, and the parent directory of the root control + cgroup path of systemd and the runtime socket dir, respectively. The unescaped filename is either the unescaped instance name (if set) with / prepended (if necessary), or the prefix name similarly prepended with /. The prefix name here refers to the string before the @, i.e. "getty" in the example above, where - "tty3" is the instance name.</para> + "tty3" is the instance name. The runtime socket + directory is either <filename>/run</filename> (for the + system manager) or <literal>$XDG_RUNTIME_DIR</literal> + (for user managers).</para> <para>If a unit file is empty (i.e. has the file size 0) or is symlinked to <filename>/dev/null</filename> |