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