Skip to content

Commit

Permalink
fix systemd files for dashd mount, dt2w and wifi, upstream batman
Browse files Browse the repository at this point in the history
  • Loading branch information
FakeShell committed Mar 12, 2023
1 parent 859cf59 commit 8f26f4b
Show file tree
Hide file tree
Showing 7 changed files with 919 additions and 47 deletions.
3 changes: 2 additions & 1 deletion debian/adaptation-oneplus3-configs.double-tap.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=Enable double tap to wake
After=graphical.target
Requires=lxc@android.service
Before=phosh.service

[Service]
Type=oneshot
Expand Down
2 changes: 1 addition & 1 deletion debian/adaptation-oneplus3-configs.halium-overlay.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Before=lxc@android.service

[Service]
Type=simple
ExecStart=mount /usr/lib/droid-system-overlay/sbin/dashd /var/lib/lxc/android/rootfs/sbin/dashd
ExecStart=mount --bind /usr/lib/droid-system-overlay/sbin/dashd /var/lib/lxc/android/rootfs/sbin/dashd

[Install]
WantedBy=graphical.target
5 changes: 3 additions & 2 deletions debian/adaptation-oneplus3-configs.wifi-fix.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=Fix wifi
After=lxc@android.service
Description=Enable wifi after halium container boots up
Requires=lxc@android.service
After=phosh.service

[Service]
Type=simple
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
adaptation-droidian-oneplus3 (0.0.0+git2023030320062339.5ef8a3b.main) main; urgency=medium
adaptation-droidian-oneplus3 (0.0.0+git2023031220062339.859cf59.bookworm) main; urgency=medium

* add preferred hostname
* fix systemd files for dashd mount, dt2w and wifi, upstream batman

-- fakeshell <fakeshell@bardia.tech> Fri, 03 Jan 2023 15:12:16 +0330
-- Bardia Moshiri <fakeshell@bardia.tech> Sun, 12 Mar 2023 14:22:16 +0330

Loading

0 comments on commit 8f26f4b

Please sign in to comment.