From: Lennart Poettering Date: Tue, 22 May 2012 21:08:24 +0000 (+0200) Subject: units: remove service sysv_path variable and replace it by generic unit_path X-Git-Tag: v183~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1b64d026af01277e332d10d9e67e2eed5a4ded28;hp=1b64d026af01277e332d10d9e67e2eed5a4ded28;p=elogind.git units: remove service sysv_path variable and replace it by generic unit_path UnitPath= is also writable via native units and may be used by generators to clarify from which file a unit is generated. This patch also hooks up the cryptsetup and fstab generators to set UnitPath= accordingly. ---