Skip to content

Instantly share code, notes, and snippets.

@wheberth
Created January 15, 2020 14:12
Show Gist options
  • Save wheberth/bd4cda1e03dccb3e88213d12eef79808 to your computer and use it in GitHub Desktop.
Save wheberth/bd4cda1e03dccb3e88213d12eef79808 to your computer and use it in GitHub Desktop.
Service to automatically start niusrprio_pcie at boot time (X310)
[Unit]
Description=Start NI USRP RIO
[Service]
User=root
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/bin/niusrprio_pcie start
ExecStop=/usr/local/bin/niusrprio_pcie stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment