X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=ec7ca5634e78fe7a8307754ff0e329a8d5333ff2;hb=cb87a73b45503eaa6bead291423a529b00d27156;hp=a1fcfd87814a64f83cf642af26b111a08bb1736f;hpb=2915a7bdc5c6db2298041cd39fa992cf252cd8a0;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index a1fcfd878..ec7ca5634 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -73,6 +73,7 @@ $XDG_CONFIG_HOME/systemd/user/* $HOME/.config/systemd/user/* /etc/systemd/user/* +$XDG_RUNTIME_DIR/systemd/user/* /run/systemd/user/* $XDG_DATA_HOME/systemd/user/* $HOME/.local/share/systemd/user/* @@ -226,7 +227,7 @@ result is usable as part of a filename. Basically, given a path, "/" is replaced by "-", and all unprintable characters and the "-" are replaced by - C-style "\x20" escapes. The root directory "/" is + C-style "\x2d" escapes. The root directory "/" is encoded as single dash, while otherwise the initial and ending "/" is removed from all paths during transformation. This escaping is reversible. @@ -343,6 +344,10 @@ /etc/systemd/user Local configuration + + $XDG_RUNTIME_DIR/systemd/user + Runtime units (only used when $XDG_RUNTIME_DIR is set) + /run/systemd/user Runtime units @@ -1504,7 +1509,7 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.special7, systemd.service5, systemd.socket5,