]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
debian: Use /lib/systemd/system for units
authorAlessandro Astone <ales.astone@gmail.com>
Fri, 19 Aug 2022 09:10:15 +0000 (11:10 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Fri, 19 Aug 2022 17:09:26 +0000 (19:09 +0200)
While the default /usr/lib/systemd/system is acceptable, the service
was not getting automatically started on install.

debian/rules

index 016f8b38a251e967f04738eeed634ea2994b81ea..84376f3b8df6bb2002500945f857bfb82400873a 100755 (executable)
@@ -2,3 +2,6 @@
 
 %:
        dh $@ --with=python3
+
+override_dh_auto_install:
+       dh_auto_install -- SYSD_DIR=/lib/systemd/system