[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#956672: rtkit activation fails, because service unit is installed at the wrong place



Hi,

with the suggested change from Felipe...

--- rtkit-0.13.orig/meson.build
+++ rtkit-0.13/meson.build
@@ -58,7 +58,7 @@ if policydir == ''
         policydir = get_option('datadir') / 'polkit-1' / 'actions'
 endif

-systemunitdir = ''
+systemunitdir = get_option('systemd_systemunitdir')
 if systemunitdir == '' and systemd_dep.found()
         systemunitdir = systemd_dep.get_pkgconfig_variable(
                 'systemdsystemunitdir',

... the rtkit systemd service file is now at the correct place:

$ dpkg --contents rtkit_0.13-3.1~dileks_amd64.deb | grep rtkit-daemon.service
-rw-r--r-- root/root      1024 2020-04-22 10:51
./lib/systemd/system/rtkit-daemon.service

My d/c:

$ head -10 debian/changelog
rtkit (0.13-3.1~dileks) UNRELEASED; urgency=medium

  * Non-maintainer upload.
  * meson.build:
    - Fix systemunitdir variable to handle systemd service file location
  * Build against libsystemd-dev (245.5-1).

 -- Sedat Dilek <sedat.dilek@gmail.com>  Wed, 22 Apr 2020 10:51:32 +0200

rtkit (0.13-3) unstable; urgency=medium

Thanks.

Regards,
- Sedat -


Reply to: