mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
19 lines
442 B
Desktop File
19 lines
442 B
Desktop File
[Unit]
|
|
Description=Broadcom 43xx firmware update
|
|
DefaultDependencies=no
|
|
Wants=local-fs.target
|
|
Conflicts=shutdown.target
|
|
After=systemd-modules-load.service local-fs.target
|
|
Before=sysinit.target shutdown.target
|
|
RefuseManualStart=yes
|
|
RefuseManualStop=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=-/etc/conf.d/bcm43xx
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/systemd/scripts/brcm43xx-firmware-update
|
|
TimeoutSec=10
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|