blob: cb09c36dc8671af260955ec5b26c60104d5081b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Boot-time self-calibration of @UHD_SELF_CAL_SERIES@ devices
Requires=usrp-hwd.service
After=usrp-hwd.service
After=network.target
Requires=network.target
[Service]
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/uhd_adc_self_cal --args @UHD_SELF_CAL_ARGS@
Type=simple
User=root
[Install]
WantedBy=multi-user.target
|