mirror of
https://github.com/GiovanniGrieco/bcm43602-linux-workaround.git
synced 2024-11-14 05:25:24 +00:00
16 lines
342 B
Desktop File
16 lines
342 B
Desktop File
[Unit]
|
|
Description=bring up Broadcom network connectivity
|
|
|
|
# make sure we run it as late as possible
|
|
After=wpa-supplicant.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/broadcomctl start
|
|
ExecStop=/usr/local/bin/broadcomctl stop
|
|
ExecReload=/usr/local/bin/broadcomctl restart
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|
|
|