summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/check-prox-system-setup.service
blob: f52055e758cda083e4521e75be7785247a35121b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Check PROX system setup (isolated_cores, vfio)
DefaultDependencies=no
After=multi-user.target

[Service]
Type=oneshot
ExecStart=/usr/local/libexec/check_prox_system_setup.sh

[Install]
WantedBy=multi-user.target