summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-network/services/udhcpc-bootif.service
blob: 71a721dc5a97fa360e3972cbc54df275542bae99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=DHCP Client for the main boot interface
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