From 46fd41725308e8abcfed4420162eb1cdf83923a3 Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Thu, 4 Jan 2018 11:31:45 -0800 Subject: 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 --- mpm/systemd/usrp-hwd.service.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mpm/systemd/usrp-hwd.service.in (limited to 'mpm/systemd/usrp-hwd.service.in') 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 -- cgit v1.2.3