diff options
Diffstat (limited to 'mpm/systemd/usrp-hwd.service.in')
-rw-r--r-- | mpm/systemd/usrp-hwd.service.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mpm/systemd/usrp-hwd.service.in b/mpm/systemd/usrp-hwd.service.in new file mode 100644 index 000000000..91ba942a2 --- /dev/null +++ b/mpm/systemd/usrp-hwd.service.in @@ -0,0 +1,8 @@ +[Unit] +Description=USRP Hardware Daemon (MPM) + +[Service] +ExecStart=@CMAKE_INSTALL_PREFIX@/bin/usrp_hwd.py + +[Install] +WantedBy=multi-user.target |