mirror of
https://github.com/waydroid/waydroid.git
synced 2026-04-21 07:27:06 -04:00
While the default /usr/lib/systemd/system is acceptable, the service was not getting automatically started on install.
8 lines
121 B
Makefile
Executable File
8 lines
121 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with=python3
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- SYSD_DIR=/lib/systemd/system
|