summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd/data/etc/systemd/system/network-interface@.service
blob: 9da35a5cb567432cc35c93e700b1f7c71794719b (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Brings interface %i up
Wants=dhcpc@%i.service
Before=dhcpc@%i.service

[Service]
Type=simple
ExecStart=/opt/openslx/sbin/ip link set dev %i up