From: Lennart Poettering Date: Thu, 9 Jun 2016 17:53:45 +0000 (+0200) Subject: unit: properly comment generated comments in unit files X-Git-Tag: v231~152^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f71dec5d7210e3b21e79bde446fc2ba003486f1;p=thirdparty%2Fsystemd.git unit: properly comment generated comments in unit files Fix-up for 2a9a6f8ac04a69ca36d645f9305a33645f22a22b --- diff --git a/src/core/unit.c b/src/core/unit.c index e98086a3f6d..581962eba65 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");