summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/check-prox-system-setup.service
blob: 6339d3ea6e68fb31d540edd813ad1a264e7f8116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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