Fix "code nested too deep error" introduced by commit 843ca042
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / check-prox-system-setup.service
1 [Unit]
2 Description=Check PROX system setup (isolated_cores, uio)
3 DefaultDependencies=no
4 After=multi-user.target
5
6 [Service]
7 Type=oneshot
8 ExecStart=/usr/local/libexec/check_prox_system_setup.sh
9
10 [Install]
11 WantedBy=multi-user.target