summaryrefslogtreecommitdiff
path: root/src/run/run.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-1/+1
* run: do not validate exe early if MountImages/ExtensionImages are usedLuca Boccassi2021-10-281-5/+16
* core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-281-0/+1
* run/mount/systemctl: don't fork off PolicyKit/ask-pw agent when in --user modeLennart Poettering2021-08-301-0/+4
* run: allow --setenv=FOOZbigniew Jędrzejewski-Szmek2021-08-111-3/+4
* Add implicit sentinel to strv_env_merge()Zbigniew Jędrzejewski-Szmek2021-08-111-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-3/+3
* tree-wide: add FORMAT_BYTES()Zbigniew Jędrzejewski-Szmek2021-07-091-16/+11
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-8/+4
* run: use strextend_with_separator()Yu Watanabe2021-05-201-9/+2
* run: update checks to allow running with a user's busAnita Zhang2021-05-131-5/+5
* run: tweak algorithm for generating unit name from dbus unique nameLennart Poettering2021-03-041-3/+5
* run: update dbus unique names checkAnita Zhang2021-03-041-1/+1
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-1/+1
* run: let systemd resolve the path with RootDirectory=/RootImage=Zbigniew Jędrzejewski-Szmek2020-09-231-4/+8
* Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-181-1/+1
* tree-wide: don't needlessly negate error number passed to bus_error_message()Lennart Poettering2020-09-141-3/+3
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-1/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* run: when waiting for unit, also check if no job is pending anymoreLennart Poettering2020-05-271-13/+31
* run: switch to BusLocator-oriented helpersVito Caputo2020-05-071-21/+3
* run: don't wait for start job to complete when running interactively anywayLennart Poettering2020-04-231-1/+5
* systemd-run: add --slice-inheritMarc-André Lureau2020-04-091-9/+44
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-2/+3
* run: propagate return code/status from the childZbigniew Jędrzejewski-Szmek2019-11-051-2/+8
* nspawn: wrap some long linesZbigniew Jędrzejewski-Szmek2019-10-291-9/+13
* various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek2019-10-251-5/+15
* run: add -u as a synonym for --unitDavid Tardon2019-10-231-5/+4
* run: move comment to appropriate placeZbigniew Jędrzejewski-Szmek2019-07-161-1/+1
* basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek2019-07-041-2/+2
* Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* run: reword a commentZbigniew Jędrzejewski-Szmek2019-04-261-5/+4
* run: when we determine a timer cannot elapse anymore, really just warn, nothi...Lennart Poettering2019-04-251-11/+12
* Merge pull request #12074 from poettering/io-acctZbigniew Jędrzejewski-Szmek2019-04-251-0/+14
|\
| * run: show IO stats in --wait resource outputLennart Poettering2019-04-121-0/+14
* | run: check if the specified calendar event is not in the pastFrantisek Sumsal2019-04-251-1/+19
|/
* core: optionally, trigger .timer units on timezone and clock changesLennart Poettering2019-04-021-0/+22
* run: rename with_timer → arg_with_timerLennart Poettering2019-04-021-12/+12
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+3
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-0/+1
* tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2018-11-261-6/+7
* run: set $INVOCATION_ID for scope unitsLennart Poettering2018-11-231-9/+49
* run: port to static destructorsLennart Poettering2018-11-231-24/+19
* run: port to DEFINE_MAIN_FUNCTION()Lennart Poettering2018-11-231-2/+5
* run: add new --shell switch for spawning a shell as serviceLennart Poettering2018-11-231-33/+90