mirror of
https://github.com/GiovanniGrieco/bcm43602-linux-workaround.git
synced 2024-11-14 13:25:25 +00:00
17 lines
342 B
SYSTEMD
17 lines
342 B
SYSTEMD
|
[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
|
||
|
|