unit: properly comment generated comments in unit files

Fix-up for 2a9a6f8ac0
This commit is contained in:
Lennart Poettering 2016-06-09 19:53:45 +02:00
parent a48072b703
commit 3f71dec5d7
1 changed files with 1 additions and 1 deletions

View File

@ -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");