summarylogtreecommitdiffstats
path: root/docker-sriov-plugin.service
blob: 7363d157ef84b6424648121413299344bdfe51ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Docker SR-IOV plugin
After=network.target
Before=docker.service

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/docker-sriov-plugin
TimeoutStartSec=300

[Install]
WantedBy=multi-user.target