mirror of
https://codeberg.org/metamuffin/abrechenbarkeit-sd.git
synced 2024-12-23 06:54:35 +00:00
11 lines
239 B
Desktop File
11 lines
239 B
Desktop File
[Unit]
|
|
Description=Generate wpa_supplicant config from EFI variables
|
|
After=systemd-user-sessions.service
|
|
Before=wpa_supplicant.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/configure_wpa
|
|
|
|
[Install]
|
|
WantedBy=network-online.target
|