mirror of
https://codeberg.org/metamuffin/abrechenbarkeit-sd.git
synced 2024-12-22 14:44:35 +00:00
try to fix networking
This commit is contained in:
parent
c37d5115e9
commit
25385a2bfc
6 changed files with 15 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
[Match]
|
[Match]
|
||||||
Type=ether
|
Type=ether
|
||||||
|
|
||||||
|
[Link]
|
||||||
|
RequiredForOnline=routable
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
MulticastDNS=yes
|
MulticastDNS=yes
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
[Match]
|
[Match]
|
||||||
Type=wlan
|
Type=wlan
|
||||||
|
|
||||||
|
[Link]
|
||||||
|
RequiredForOnline=routable
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
MulticastDNS=yes
|
MulticastDNS=yes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=User interface for abrechenbarkeit
|
Description=User interface for abrechenbarkeit
|
||||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
After=systemd-user-sessions.service
|
||||||
Before=graphical.target
|
Before=graphical.target
|
||||||
ConditionPathExists=/dev/tty0
|
ConditionPathExists=/dev/tty0
|
||||||
Wants=dbus.socket systemd-logind.service
|
Wants=dbus.socket systemd-logind.service
|
||||||
|
@ -9,6 +9,8 @@ Conflicts=getty@%i.service
|
||||||
After=getty@%i.service
|
After=getty@%i.service
|
||||||
After=dev-dri-card1.device
|
After=dev-dri-card1.device
|
||||||
Requires=dev-dri-card1.device
|
Requires=dev-dri-card1.device
|
||||||
|
After=network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Generate wpa_supplicant config from EFI variables
|
Description=Generate wpa_supplicant config from EFI variables
|
||||||
After=systemd-user-sessions.service
|
|
||||||
Before=wpa_supplicant.service
|
Before=wpa_supplicant.service
|
||||||
|
ConditionPathExists=/sys/firmware/efi/efivars/WlanSSID-97b6e7a4-b8a6-4d85-b7c4-0030bb5f2d38
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[Unit]
|
||||||
|
Requires=configure_wpa.service
|
||||||
|
After=configure_wpa.service
|
||||||
|
ConditionPathExists=/sys/firmware/efi/efivars/WlanSSID-97b6e7a4-b8a6-4d85-b7c4-0030bb5f2d38
|
|
@ -1,5 +1,6 @@
|
||||||
base
|
base
|
||||||
linux
|
linux
|
||||||
|
linux-firmware
|
||||||
mkinitcpio
|
mkinitcpio
|
||||||
mkinitcpio-archiso
|
mkinitcpio-archiso
|
||||||
open-vm-tools
|
open-vm-tools
|
||||||
|
|
Loading…
Reference in a new issue