summaryrefslogtreecommitdiff
path: root/src/run
Commit message (Expand)AuthorAge
* analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler2014-05-26
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* systemd-run: don't print error messages twiceLennart Poettering2014-03-05
* systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering2014-03-05
* systemd-run: add some extra safety checksLennart Poettering2014-03-05
* systemd-run: add new --property= switch that can set arbitrary properties for...Lennart Poettering2014-03-05
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* nspawn: add --quiet switch for turning off any output noiseLennart Poettering2014-02-06
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering2014-02-05
* run: drop mistakenly committed test codeLennart Poettering2014-01-31
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-31
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-26
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-26
* logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering2013-11-21
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-12
* bus: port remaining code over to use bus_error_message()Lennart Poettering2013-11-08
* localectl: port over to bus_log_create_error()Lennart Poettering2013-11-08
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* run: support --system to match other commands, even if redundantLennart Poettering2013-11-06
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-30
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-16
* Fix two compiler warningsZbigniew Jędrzejewski-Szmek2013-09-09
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-09
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-30
* core: allow setting RemainAfterExit= for transient servicesLennart Poettering2013-07-26
* man: extend systemd-run man page a littleLennart Poettering2013-07-19
* core: add support to run transient units in arbitrary slicesLennart Poettering2013-07-01
* core: allow setting of the description string for transient unitsLennart Poettering2013-07-01
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-01
* core: add transient unitsLennart Poettering2013-06-28