summaryrefslogtreecommitdiff
path: root/src/run
Commit message (Expand)AuthorAgeFilesLines
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* Always check asprintf return codeKarel Zak2014-07-261-8/+8
* analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler2014-05-261-1/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* systemd-run: don't print error messages twiceLennart Poettering2014-03-051-34/+38
* systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering2014-03-051-3/+71
* systemd-run: add some extra safety checksLennart Poettering2014-03-051-2/+2
* systemd-run: add new --property= switch that can set arbitrary properties for...Lennart Poettering2014-03-051-23/+55
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+2
* nspawn: add --quiet switch for turning off any output noiseLennart Poettering2014-02-061-1/+1
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering2014-02-051-26/+120
* run: drop mistakenly committed test codeLennart Poettering2014-01-311-8/+0
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-311-0/+8
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-3/+3
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-3/+3
* logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering2013-11-211-0/+4
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-1/+1
* bus: port remaining code over to use bus_error_message()Lennart Poettering2013-11-081-10/+16
* localectl: port over to bus_log_create_error()Lennart Poettering2013-11-081-0/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3
* run: support --system to match other commands, even if redundantLennart Poettering2013-11-061-8/+14
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-301-7/+30
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-161-2/+1
* Fix two compiler warningsZbigniew Jędrzejewski-Szmek2013-09-091-0/+1
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-091-2/+9
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-301-3/+15
* core: allow setting RemainAfterExit= for transient servicesLennart Poettering2013-07-261-16/+27
* man: extend systemd-run man page a littleLennart Poettering2013-07-191-1/+1
* core: add support to run transient units in arbitrary slicesLennart Poettering2013-07-011-2/+22
* core: allow setting of the description string for transient unitsLennart Poettering2013-07-011-15/+38
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-011-24/+170
* core: add transient unitsLennart Poettering2013-06-282-0/+157