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

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

[Install]
WantedBy=multi-user.target