-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix systemd files for dashd mount, dt2w and wifi, upstream batman
- Loading branch information
Showing
7 changed files
with
919 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[email protected] | ||
Before=phosh.service | ||
|
||
[Service] | ||
Type=oneshot | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ [email protected] | |
|
||
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[Unit] | ||
Description=Fix wifi | ||
After[email protected] | ||
Description=Enable wifi after halium container boots up | ||
Requires[email protected] | ||
After=phosh.service | ||
|
||
[Service] | ||
Type=simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> Fri, 03 Jan 2023 15:12:16 +0330 | ||
-- Bardia Moshiri <[email protected]> Sun, 12 Mar 2023 14:22:16 +0330 | ||
|
Oops, something went wrong.