From 58601da0389035dbb0a109a516da214f9877c0fc Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Wed, 13 May 2020 21:20:04 +0200 Subject: mpm: systemd: added systemd configuration files for network Added files which were previously maintained in meta-ettus repository but which are better placed alongside MPM itself: - eth0/int0/sfp0/sfp1.network: network configuration files - 70-sfp-net.rules: udev rule for automatically naming the network interfaces Signed-off-by: Joerg Hofrichter --- mpm/systemd/system/usrp-hwd.service.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mpm/systemd/system/usrp-hwd.service.in (limited to 'mpm/systemd/system') diff --git a/mpm/systemd/system/usrp-hwd.service.in b/mpm/systemd/system/usrp-hwd.service.in new file mode 100644 index 000000000..4da4a31dc --- /dev/null +++ b/mpm/systemd/system/usrp-hwd.service.in @@ -0,0 +1,14 @@ +[Unit] +Description=USRP Hardware Daemon (MPM) + +[Service] +ExecStart=@CMAKE_INSTALL_PREFIX@/bin/usrp_hwd.py +WatchdogSec=30 +Type=notify +Restart=on-failure +StartLimitInterval=2min +StartLimitBurst=4 +StartLimitAction=none + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3