1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 03:25:27 +03:00
Backports of patch from systemd git to stable distributions
Go to file
bl33pbl0p 28d78d0726 Log the job being merged
Makes it easier to understand what was merged (and easier to realize why).

Example is a start job running, and another unit triggering a verify-active job. It is not clear what job was it that from baz.service that merged into the installed job for bar.service in the debug logs. This makes it useful when debugging issues.

Jan 15 11:45:58 jupiter systemd[1218]: baz.service: Trying to enqueue job baz.service/start/replace
Jan 15 11:45:58 jupiter systemd[1218]: baz.service: Installed new job baz.service/start as 498
Jan 15 11:45:58 jupiter systemd[1218]: bar.service: Merged into installed job bar.service/start as 497
Jan 15 11:45:58 jupiter systemd[1218]: baz.service: Enqueued job baz.service/start as 498

It becomes:
Jan 15 11:45:58 jupiter systemd[1218]: bar.service: Merged bar.service/verify-active into installed job bar.service/start as 497
2019-01-16 12:34:54 +01:00
.github/ISSUE_TEMPLATE
.lgtm/cpp-queries
.mkosi mkosi: update libqrencode in Debian config 2018-12-15 10:55:10 +01:00
catalog
coccinelle
docs Merge pull request #11317 from filbranden/docs1 2019-01-03 18:38:57 +01:00
factory/etc
hwdb Add Teclast X80 PLUS (H5C5) accel mount matrix 2019-01-08 15:09:08 +01:00
man Fix omission in docs 2019-01-15 21:45:06 +01:00
modprobe.d
network
po Update uk.po 2019-01-15 14:37:50 +01:00
presets
rules
shell-completion zsh completion: Prevent functions from clobbering each other, &c. 2019-01-08 15:23:37 +01:00
src Log the job being merged 2019-01-16 12:34:54 +01:00
sysctl.d Enable regular file and FIFO protection 2019-01-16 12:22:01 +01:00
sysusers.d
test Merge pull request #11418 from yuwata/fix-11404 2019-01-15 21:04:32 +01:00
tmpfiles.d
tools Merge pull request #11317 from filbranden/docs1 2019-01-03 18:38:57 +01:00
travis-ci travis: also run TEST-01-BASIC with QEMU to cover udevd and so on 2018-12-29 19:14:35 +01:00
units units: set NoNewPrivileges= for all long-running services 2018-12-18 14:21:35 +01:00
xorg
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
.mailmap sort .mailmap alphabetically 2018-12-18 12:55:00 +01:00
.travis.yml travis: add another stage to really run everything under ASan+UBsan 2018-12-24 08:52:33 +01:00
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt Merge pull request #11230 from keszybz/version-string-alt 2019-01-03 21:33:55 +09:00
meson.build missing_if_link.h: add IFLA_BOND_MODE 2019-01-11 17:37:36 +01:00
mkosi.build
mkosi.default
NEWS Enable regular file and FIFO protection 2019-01-16 12:22:01 +01:00
README README: mention that meson-0.49 is required to build PIEs 2019-01-13 09:47:10 +09:00
README.md
TODO cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gI 2019-01-03 11:32:40 +09:00
zanata.xml

systemd - System and Service Manager

Count of open issues over time Count of open pull requests over time Semaphore CI Build Status
Coverity Scan Status
CII Best Practices
Travis CI Build Status
Language Grade: C/C++
CentOS CI Build Status

Details

General information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.