Skip to content

Commit

Permalink
systemd: add required backlight devices to After and BindsTo
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Jul 18, 2024
1 parent 1ffc883 commit 5008640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/systemd/system/tiny-dfr.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Tiny Apple silicon touch bar daemon
After=systemd-user-sessions.service [email protected] plymouth-quit.service systemd-logind.service
BindsTo=dev-tiny_dfr_display.device dev-tiny_dfr_backlight.device
After=systemd-user-sessions.service [email protected] plymouth-quit.service systemd-logind.service dev-tiny_dfr_display.device dev-tiny_dfr_backlight.device dev-tiny_dfr_display_backlight.device
BindsTo=dev-tiny_dfr_display.device dev-tiny_dfr_backlight.device dev-tiny_dfr_display_backlight.device

[Service]
ExecStart=/usr/bin/tiny-dfr
Expand Down

0 comments on commit 5008640

Please sign in to comment.