commit | author | age | ||
849fbd | 1 | [Unit] |
281a7f | 2 | Description=Enable wpa_supplicant service |
G | 3 | Requires=sys-subsystem-net-devices-wlan0.device |
849fbd | 4 | |
G | 5 | [Service] |
6 | Type=oneshot | |
7 | RemainAfterExit=yes | |
281a7f | 8 | ExecStart=/bin/sh -c "systemctl enable --now wpa_supplicant@wlan0" |
849fbd | 9 | |
G | 10 | [Install] |
11 | WantedBy=multi-user.target |