Blame 0016-man-systemd.unit-fix-volatile-path.patch
|
Harald Hoyer |
fe20ad |
From fb65edbfc52681e54b8af6fceab780497034d8e7 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
fe20ad |
From: Brandon Philips <brandon@ifup.co>
|
|
Harald Hoyer |
fe20ad |
Date: Sat, 27 Jul 2013 09:49:58 -0700
|
|
Harald Hoyer |
fe20ad |
Subject: [PATCH] man: systemd.unit: fix volatile path
|
|
Harald Hoyer |
fe20ad |
|
|
Harald Hoyer |
fe20ad |
The volatile path was '/run/systemd/systemd' when it should be
|
|
Harald Hoyer |
fe20ad |
'/run/systemd/system'. Fix.
|
|
Harald Hoyer |
fe20ad |
---
|
|
Harald Hoyer |
fe20ad |
man/systemd.unit.xml | 2 +-
|
|
Harald Hoyer |
fe20ad |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
fe20ad |
|
|
Harald Hoyer |
fe20ad |
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
|
|
Harald Hoyer |
fe20ad |
index f6a0791..2f65ec6 100644
|
|
Harald Hoyer |
fe20ad |
--- a/man/systemd.unit.xml
|
|
Harald Hoyer |
fe20ad |
+++ b/man/systemd.unit.xml
|
|
Harald Hoyer |
fe20ad |
@@ -285,7 +285,7 @@
|
|
Harald Hoyer |
fe20ad |
<entry>Local configuration</entry>
|
|
Harald Hoyer |
fe20ad |
</row>
|
|
Harald Hoyer |
fe20ad |
<row>
|
|
Harald Hoyer |
fe20ad |
- <entry><filename>/run/systemd/systemd</filename></entry>
|
|
Harald Hoyer |
fe20ad |
+ <entry><filename>/run/systemd/system</filename></entry>
|
|
Harald Hoyer |
fe20ad |
<entry>Volatile units</entry>
|
|
Harald Hoyer |
fe20ad |
</row>
|
|
Harald Hoyer |
fe20ad |
<row>
|