summaryrefslogtreecommitdiffstats
path: root/src/run (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* run: strjoina is used, not sprintfMike Yuan2024-01-171-3/+3
* run: don't show IP/IO accounting data if 0Mike Yuan2024-01-121-4/+4
* run: show accounting data of same type in the same lineMike Yuan2024-01-121-10/+23
* run: use SPECIAL_USER_SLICEAntonio Alvarez Feijoo2024-01-041-1/+2
* man: try to improve wording on --slice-inherit docsLennart Poettering2023-12-211-1/+1
* run/uid0: tint the terminal background color (and add new --background= switch)Lennart Poettering2023-12-211-1/+57
* run: optionally set the "ignore-failure" flag for ExecStart= linesLennart Poettering2023-12-211-2/+11
* run: when invoked as "uid0", expose some sudo-like behaviourLennart Poettering2023-12-213-2/+304
* Merge pull request #30537 from poettering/run-arg-service-type-fixYu Watanabe2023-12-201-17/+14
|\
| * run: underline section titles in --help as we usually doLennart Poettering2023-12-201-12/+12
| * run: arg_service_type is not supposed to be allocated from heapLennart Poettering2023-12-201-5/+2
* | dbus-wait-for-jobs: change 'quiet' flag to enumMatteo Croce2023-12-191-3/+5
|/
* run: fix bad escaping and memory ownership confusionZbigniew Jędrzejewski-Szmek2023-12-021-14/+13
* run: adjust indentationZbigniew Jędrzejewski-Szmek2023-12-021-4/+9
* run: escape command for descriptionYu Watanabe2023-11-251-8/+11
* cgroup: add support for memory.swap.peakFlorian Schmaus2023-11-111-0/+6
* run: include peak memory in outputFlorian Schmaus2023-11-061-0/+6
* run: pin the unit we invoke continously while we are runningLennart Poettering2023-10-161-6/+13
* run: output invocation ID when starting service and scope unitsLennart Poettering2023-10-161-41/+68
* run: support --scope on old service managers that lack native PIDFD supportLennart Poettering2023-10-141-36/+56
* tree-wide: prefer sending pifds over pids when creating scope unitsLennart Poettering2023-10-051-1/+6
* meson: move declarations of busctl, stdio-bridge, and runYu Watanabe2023-08-011-0/+9
* run: disable --expand-environment by default for --scopeLuca Boccassi2023-07-201-7/+25
* env-file: when resolving env vars in command lines, collect list of unset/inv...Lennart Poettering2023-06-271-5/+18
* various: fix error message for bus_wait_for_jobs_new()Zbigniew Jędrzejewski-Szmek2023-05-261-2/+2
* run: change sd_bus_call_method to bus_call_method (#27518)Arthur Shau2023-05-041-8/+6
* Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-241-164/+250
|\
| * run: expand variables also with --scopeZbigniew Jędrzejewski-Szmek2023-04-241-3/+9
| * run: add --expand-environment=no to disable server-side envvar expansionZbigniew Jędrzejewski-Szmek2023-04-241-51/+98
| * run: split out creation of unit creation messagesZbigniew Jędrzejewski-Szmek2023-04-241-86/+132
| * run: simplify returning of statusZbigniew Jędrzejewski-Szmek2023-04-241-32/+19
* | tree-wide: reset optind to 0 when GNU extensions in optstring are usedYu Watanabe2023-03-291-0/+3
|/
* basic: add RuntimeScope enumLennart Poettering2023-03-101-13/+23
* tree-wide: use -EBADF moreYu Watanabe2022-12-201-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* run: make --working-directory= work for --scope tooLennart Poettering2022-09-221-0/+3
* Revert "systemd-run: refuse --working-directory option with --scope"Lennart Poettering2022-09-221-4/+0
* systemd-run: refuse --working-directory option with --scopeJoost Heitbrink2022-09-221-0/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* run: simplificationZbigniew Jędrzejewski-Szmek2022-08-171-5/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-2/+0
* tree-wide: don't use strjoina() on getenv() valuesAnita Zhang2022-01-271-2/+5
* systemd-run: ensure error logs suggest to use '--user' when appropriateLuca Boccassi2021-12-301-3/+3
* dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one()Luca Boccassi2021-12-301-3/+3
* 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-271-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