Skip to content

Commit

Permalink
Makes systemd-networkd-wait-online.service.d ignore usb0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribrejcha committed Oct 15, 2024
1 parent 3cdd60d commit 10ee06d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wlanpi1/01-config-files/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@ copy_overlay /etc/systemd/network/eth1.network -o root -g root -m 664
# Copy config file: kismet_site.conf
copy_overlay /etc/kismet/kismet_site.conf -o root -g root -m 644

# Copy config file: systemd/system/kismet.service.d/override.conf
# Copy config file: kismet.service.d/override.conf
copy_overlay /etc/systemd/system/kismet.service.d/override.conf -o root -g root -m 644

# Copy config file: systemd-networkd-wait-online.service.d/override.conf
copy_overlay /etc/systemd/system/systemd-networkd-wait-online.service.d/override.conf -o root -g root -m 644
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --ignore=usb0

0 comments on commit 10ee06d

Please sign in to comment.