Skip to content

Commit

Permalink
Add systemd service for firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jul 11, 2024
1 parent fa72ee7 commit 1fc921e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/tools/get-apple-firmware.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Unit]
Description=Get Apple WiFi and Bluetooth firmware
ConditionFirstBoot=yes
ConditionPathExists=/lib/firmware/brcm
Wants=first-boot-complete.target
Before=first-boot-complete.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/libexec/get-apple-firmware -i get_from_macos

[Install]
WantedBy=multi-user.target

0 comments on commit 1fc921e

Please sign in to comment.