summaryrefslogtreecommitdiff
path: root/src/run
AgeCommit message (Expand)AuthorFilesLines
2017-12-11run: allow to specify multiple timer optionsYu Watanabe1-85/+49
2017-12-05run: run pty forwarder at higher event priority than the busLennart Poettering1-1/+4
2017-11-29run: rearrange error handling when adding unit propertiesLennart Poettering1-48/+53
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-16run: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed"Lennart Poettering1-2/+15
2017-10-30treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek1-15/+3
2017-09-26run: also show IP traffic accounting data on "systemd-run --wait"Lennart Poettering1-2/+21
2017-09-12run: add new --pipe option for including "systemd-run" commands in shell pipe...Lennart Poettering1-18/+62
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering1-1/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-02-28run: also pin unit when we we are in --pty modeLennart Poettering1-2/+1
2017-02-09tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering1-1/+3
2017-02-03run: exit early in --pty if service failedLennart Poettering1-27/+27
2017-02-03run: explicitly close pty forwarder before printing summaryLennart Poettering1-0/+6
2017-02-03run: complain when --pty is used together with --no-block, which makes no senseLennart Poettering1-0/+5
2017-02-02run: fix race for "systemd-run --wait"Lennart Poettering1-3/+15
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-09-25execute: move suppression of HOME=/ and SHELL=/bin/nologin into user-util.cLennart Poettering1-7/+11
2016-08-26Merge pull request #3984 from poettering/refcntEvgeny Vereshchagin1-25/+206
2016-08-24run: respect quiet when starting timer (#4029)Nick Owens1-3/+5
2016-08-22run: optionally, wait for the service to finish and show its resultLennart Poettering1-25/+206
2016-08-18run: various minor improvementsLennart Poettering1-12/+10
2016-08-18bus-util: unify loop around bus_append_unit_property_assignment()Lennart Poettering1-6/+3
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering1-5/+3
2016-07-05systemd-run: really make -E an alias for --setenv (#3654)Michał Bartoszkiewicz1-1/+1
2016-05-21run: do not try to use reply after freeing it (#3318)Zbigniew Jędrzejewski-Szmek1-4/+3
2016-04-22Merge pull request #3094 from poettering/run-sliceZbigniew Jędrzejewski-Szmek1-0/+4
2016-04-22run: make --slice= work in conjunction with --scopeLennart Poettering1-0/+4
2016-04-22shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering1-0/+1
2016-04-20run: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek1-4/+3
2016-04-19run: change --tty option to --pty as documentedZbigniew Jędrzejewski-Szmek1-4/+4
2016-04-04run: add colon before printing started unitsIago López Galeiras1-5/+5
2016-03-23run: remove period when printing started unitsIago López Galeiras1-5/+5
2016-03-12run: Improve the help message about timer options and existing unitsWieland Hoffmann1-2/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-02-01core: fix support for transient resource limit propertiesLennart Poettering1-8/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-10/+9
2015-11-17run: automatically clean up transient timers created by systemd-runLennart Poettering1-0/+5
2015-11-17run: when automatically generating names for transient units, use unique bus ...Lennart Poettering1-7/+64
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-0/+1
2015-10-25run: fix "couldn't find executable" for the existing executablesEvgeny Vereshchagin1-5/+0
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering1-5/+11
2015-10-08run: various modernizations and smaller fixesLennart Poettering1-10/+15
2015-10-08basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering1-0/+1
2015-10-07machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering1-1/+1