summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-06-09 19:53:45 +0200
committerLennart Poettering <lennart@poettering.net>2016-06-14 20:01:45 +0200
commit3f71dec5d7210e3b21e79bde446fc2ba003486f1 (patch)
tree92a761a2261928114b34b2d4e1c5896d98f01188 /src
parenta48072b7032997458c2d3e736a27193633639926 (diff)
unit: properly comment generated comments in unit files
Fix-up for 2a9a6f8ac04a69ca36d645f9305a33645f22a22b
Diffstat (limited to 'src')
-rw-r--r--src/core/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.c b/src/core/unit.c
index e98086a3f6..581962eba6 100644
--- a/src/core/unit.c
+++ b/src/core/unit.c
@@ -3375,7 +3375,7 @@ int unit_write_drop_in(Unit *u, UnitSetPropertiesMode mode, const char *name, co
return -EINVAL;
wrapped = strjoina("# This is a drop-in unit file extension, created via \"systemctl set-property\"\n"
- "or an equivalent operation. Do not edit.\n",
+ "# or an equivalent operation. Do not edit.\n",
data,
"\n");