summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-network/services/udhcpc-bootif.service
blob: 77ae5d8cc4d10a4727ddccbec8559336ea7ab013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=DHCP Client for the main boot interface
Before=network.target
Requires=systemd-tmpfiles-setup.service
After=systemd-tmpfiles-setup.service
DefaultDependencies=no

[Service]
Type=forking
ExecStart=/opt/openslx/scripts/setup-bootif-network

[Install]
WantedBy=sysinit.target