summaryrefslogtreecommitdiffstats
path: root/linux/share/systemd/linux-i40e.service
blob: 5d7f99fabe090007982669b74a76971c2c9abdea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Open Infrastructure: service-tools

[Unit]
Description=setting recommended options for the Linux i40e device driver
Documentation=man:linux-i40e
Before=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/linux-i40e start
ExecStop=/usr/bin/linux-i40e stop
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target