chiark / gitweb /
systemd-run: add new --property= switch that can set arbitrary properties for the...
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Mar 2014 02:36:22 +0000 (03:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 5 Mar 2014 02:36:22 +0000 (03:36 +0100)
commitdf31a6c0fe07805cb50045fbe91c2a6e7e430562
tree6a0f3d73297588f3119494349de5736b4dfcb0fc
parent53ede806cb58c661efbee6bbaabee6b2f0d3ce79
systemd-run: add new --property= switch that can set arbitrary properties for the unit that is created

The code for parsing these properties is shared with "systemctl
set-property", which means all the resource control settings are
immediately available.
man/systemd-run.xml
src/libsystemd/sd-bus/bus-util.c
src/libsystemd/sd-bus/bus-util.h
src/run/run.c
src/systemctl/systemctl.c