Prevent systemd-udev-trigger.service from restarting
systemd-udev package should be updated in lockstep, so we rely on the daemon-reexec in systemd.rpm's %post to get the drop in loaded.
This commit is contained in:
parent
51f362c39a
commit
65fed72862
3
systemd-udev-trigger-no-reload.conf
Normal file
3
systemd-udev-trigger-no-reload.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Unit]
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1378974#c17
|
||||||
|
RefuseManualStop=true
|
@ -35,6 +35,7 @@ Source6: sysctl.conf.README
|
|||||||
Source7: systemd-journal-remote.xml
|
Source7: systemd-journal-remote.xml
|
||||||
Source8: systemd-journal-gatewayd.xml
|
Source8: systemd-journal-gatewayd.xml
|
||||||
Source9: 20-yama-ptrace.conf
|
Source9: 20-yama-ptrace.conf
|
||||||
|
Source10: systemd-udev-trigger-no-reload.conf
|
||||||
|
|
||||||
Patch0001: 0001-systemctl-be-sure-to-be-quiet-with-systemctl-is-enab.patch
|
Patch0001: 0001-systemctl-be-sure-to-be-quiet-with-systemctl-is-enab.patch
|
||||||
Patch0002: 0002-logind-0-and-100-should-be-valid-for-UserTasksMax-38.patch
|
Patch0002: 0002-logind-0-and-100-should-be-valid-for-UserTasksMax-38.patch
|
||||||
@ -356,6 +357,9 @@ install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
|
||||||
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
|
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1378974
|
||||||
|
install -Dm0644 -t %{buildroot}%{system_unit_dir}/systemd-udev-trigger.service.d/ %{SOURCE10}
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -951,6 +955,7 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 7 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-9
|
* Fri Oct 7 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-9
|
||||||
- Fix systemctl set-default (#1374371)
|
- Fix systemctl set-default (#1374371)
|
||||||
|
- Prevent systemd-udev-trigger.service from restarting (follow-up for #1378974)
|
||||||
|
|
||||||
* Tue Oct 4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-8
|
* Tue Oct 4 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 231-8
|
||||||
- Apply fix for #1378974
|
- Apply fix for #1378974
|
||||||
|
Loading…
Reference in New Issue
Block a user