summaryrefslogtreecommitdiffstats
path: root/src/run (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33370 from grawity/run-titleZbigniew Jędrzejewski-Szmek2024-06-281-0/+4
|\
| * run: move condition inside set_window_title()Mantas Mikulėnas2024-06-251-2/+5
| * run: add environment variable to prevent the setting of terminal titleMantas Mikulėnas2024-06-251-1/+2
* | Rename spawn-polkit-agent.c to just polkit-agent.cZbigniew Jędrzejewski-Szmek2024-06-261-1/+1
|/
* run: do not pass the pty slave fd to transient service in a machineZbigniew Jędrzejewski-Szmek2024-06-061-17/+31
* run: also show a pretty string for main exit status, if anyMike Yuan2024-05-261-6/+7
* run: when disconnected from PTY forwarder, exit event loop if not --waitMike Yuan2024-05-211-3/+8
* run: pass the pty slave fd to transient serviceMike Yuan2024-05-191-3/+9
* run: do not log "Error on PTY forwarding logic" when disconnected due to user...Mike Yuan2024-05-191-2/+4
* nspawn, vmspawn, run0: add env var for turning off background tintingLennart Poettering2024-05-021-1/+1
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-251-3/+1
* run/run: fix invocation ID handlingYu Watanabe2024-04-251-1/+1
* run: query for SoftRebootsCount only for system scope runsLuca Boccassi2024-04-071-5/+10
* run: fix generated unit name clash after soft-rebootLuca Boccassi2024-03-281-3/+18
* Merge pull request #29721 from poettering/systemd-projectZbigniew Jędrzejewski-Szmek2024-03-261-3/+50
|\
| * run: allow connecting to capsule instances with --capsule=/-CLennart Poettering2024-03-141-3/+50
* | tree-wide: Add allow_pidfd argument to bus_append_scope_pidref()Daan De Meyer2024-03-221-10/+5
* | Rename uid0 to run0Zbigniew Jędrzejewski-Szmek2024-03-193-9/+9
|/
* bus-util: add generic parser for extracting id128 values from bus messagesLennart Poettering2024-03-011-13/+2
* run: use sd_event_set_signal_exit() at one more placeLennart Poettering2024-02-261-3/+3
* ptyfwd: optionally prefix window title with colored dotLennart Poettering2024-02-231-0/+2
* signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-1/+1
* run: set window titleLennart Poettering2024-02-091-1/+31
* pretty-print: split out color tinting into a helper of its ownLennart Poettering2024-01-231-26/+7
* run: the --background= switch expects an argumentLennart Poettering2024-01-201-1/+1
* 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