diff options
author | Brandon Philips <brandon@ifup.co> | 2013-07-27 09:49:58 -0700 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-07-27 19:55:22 +0200 |
commit | 6f88df575181d029eadc889fd6891dee22016af1 (patch) | |
tree | a23d20b1a4fb53653b13a93cb3bdb7b9b3e86187 /man | |
parent | c0e1b502700b2fec6e1b542e861b1bbabca75527 (diff) |
man: systemd.unit: fix volatile path
The volatile path was '/run/systemd/systemd' when it should be
'/run/systemd/system'. Fix.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index f6a0791bf9..2f65ec6dac 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -285,7 +285,7 @@ <entry>Local configuration</entry> </row> <row> - <entry><filename>/run/systemd/systemd</filename></entry> + <entry><filename>/run/systemd/system</filename></entry> <entry>Volatile units</entry> </row> <row> |