chiark / gitweb /
units: remove service sysv_path variable and replace it by generic unit_path
authorLennart Poettering <lennart@poettering.net>
Tue, 22 May 2012 21:08:24 +0000 (23:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 May 2012 21:08:24 +0000 (23:08 +0200)
commit1b64d026af01277e332d10d9e67e2eed5a4ded28
treeaf94d466a69a851a4a3ca9f169d6aacee5531669
parenta6903061530cac5fbaa99a080a93221c02c349f9
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.
14 files changed:
man/systemd.unit.xml
src/core/dbus-service.c
src/core/dbus-unit.c
src/core/dbus-unit.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/service.c
src/core/service.h
src/core/socket.c
src/core/unit.c
src/core/unit.h
src/cryptsetup/cryptsetup-generator.c
src/fstab-generator/fstab-generator.c
src/systemctl/systemctl.c