summaryrefslogtreecommitdiff
path: root/src/run
AgeCommit message (Expand)AuthorFilesLines
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-22/+22
2015-04-28run: by default, wait until the transient unit finished start-upLennart Poettering1-4/+32
2015-04-28run: synchronously wait until the scope unit we create is startedLennart Poettering1-7/+35
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-02-18nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering1-1/+1
2015-02-18run: if we fail to set a property assignment then really failLennart Poettering1-7/+2
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-27notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek1-5/+5
2015-01-07machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering1-1/+1
2014-12-25run: uninitialized variableZbigniew Jędrzejewski-Szmek1-8/+4
2014-12-24sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering1-2/+2
2014-12-23systemd-run: support -t mode when combined with -MLennart Poettering1-30/+70
2014-12-23systemd-run: add --quiet mode to suppress informational message on TTY usageLennart Poettering1-6/+15
2014-12-23run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering1-153/+272
2014-12-09run: introduce timer support optionWaLyong Cho1-139/+489
2014-11-28treewide: another round of simplificationsMichal Schmidt1-16/+8
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-5/+5
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-4/+3
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-3/+3
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-3/+3
2014-11-22Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek1-2/+5
2014-08-04bus: always explicitly close bus from main programsLennart Poettering1-1/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-7/+4
2014-07-26Always check asprintf return codeKarel Zak1-8/+8
2014-05-26analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-2/+2
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