mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 11:21:58 +01:00
coreos-base/update_engine: drop D-Bus service file
We've always installed it in the session bus directory, which is useless, since update_engine only communicates on the system bus. This prevented bus activation from working. We can't fix bus activation now because that could cause update_engine to start in cases where the user believes it to be disabled, so just drop the file.
This commit is contained in:
parent
594fa991b8
commit
b085008700
@ -83,9 +83,6 @@ src_install() {
|
|||||||
systemd_enable_service multi-user.target update-engine.service
|
systemd_enable_service multi-user.target update-engine.service
|
||||||
systemd_enable_service multi-user.target update-engine-stub.timer
|
systemd_enable_service multi-user.target update-engine-stub.timer
|
||||||
|
|
||||||
insinto /usr/share/dbus-1/services
|
|
||||||
doins com.coreos.update1.service
|
|
||||||
|
|
||||||
insinto /usr/share/dbus-1/system.d
|
insinto /usr/share/dbus-1/system.d
|
||||||
doins com.coreos.update1.conf
|
doins com.coreos.update1.conf
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user