Accepting request 1132714 from home:gmbr3:Active

- Update feature-suse-refuse-manual-start-stop.patch: prevent
  killing user service aswell

OBS-URL: https://build.opensuse.org/request/show/1132714
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-broker?expand=0&rev=41
This commit is contained in:
Jan Engelhardt 2023-12-12 16:58:12 +00:00 committed by Git OBS Bridge
parent b4a14c9c0e
commit 6ceaa41c95
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 12 16:31:46 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
- Update feature-suse-refuse-manual-start-stop.patch: prevent
killing user service aswell
-------------------------------------------------------------------
Fri Sep 29 08:49:36 UTC 2023 - Fabian Vogt <fvogt@suse.com>

View File

@ -11,3 +11,16 @@ Index: dbus-broker-33/src/units/system/dbus-broker.service.in
[Service]
Type=notify
Index: dbus-broker-33/src/units/user/dbus-broker.service.in
===================================================================
--- dbus-broker-33.orig/src/units/user/dbus-broker.service.in
+++ dbus-broker-33/src/units/user/dbus-broker.service.in
@@ -6,6 +6,8 @@ After=dbus.socket
Before=basic.target shutdown.target
Requires=dbus.socket
Conflicts=shutdown.target
+RefuseManualStart=true
+RefuseManualStop=true
[Service]
Type=notify