17 lines
366 B
Desktop File
17 lines
366 B
Desktop File
# 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
|