10 lines
199 B
Desktop File
10 lines
199 B
Desktop File
[Unit]
|
|
Description=Set wireless regulatory domain
|
|
After=network-pre.target
|
|
Before=NetworkManager.service
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/iw reg set CA
|
|
[Install]
|
|
WantedBy=multi-user.target
|