aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/systemd/usrp-hwd.service.in
diff options
context:
space:
mode:
authorMoritz Fischer <moritz.fischer@ettus.com>2018-01-04 11:31:45 -0800
committerMartin Braun <martin.braun@ettus.com>2018-01-04 15:01:41 -0800
commit46fd41725308e8abcfed4420162eb1cdf83923a3 (patch)
tree390860412663f1b868a0ca9ddb18674a158bf974 /mpm/systemd/usrp-hwd.service.in
parent83dd47dc882421f96830fa55bd86405d1d80907f (diff)
downloaduhd-46fd41725308e8abcfed4420162eb1cdf83923a3.tar.gz
uhd-46fd41725308e8abcfed4420162eb1cdf83923a3.tar.bz2
uhd-46fd41725308e8abcfed4420162eb1cdf83923a3.zip
mpm: systemd: Add a systemd service file for MPM
Add a service file to start MPM on bootup via systemd. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Diffstat (limited to 'mpm/systemd/usrp-hwd.service.in')
-rw-r--r--mpm/systemd/usrp-hwd.service.in8
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