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:
Benjamin Gilbert 2017-10-05 19:22:31 -07:00
parent 594fa991b8
commit b085008700
2 changed files with 0 additions and 3 deletions

View File

@ -83,9 +83,6 @@ src_install() {
systemd_enable_service multi-user.target update-engine.service
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
doins com.coreos.update1.conf