diff options
Diffstat (limited to 'mpm/systemd/usrp-hwd.service.in')
-rw-r--r-- | mpm/systemd/usrp-hwd.service.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mpm/systemd/usrp-hwd.service.in b/mpm/systemd/usrp-hwd.service.in index 91ba942a2..4da4a31dc 100644 --- a/mpm/systemd/usrp-hwd.service.in +++ b/mpm/systemd/usrp-hwd.service.in @@ -3,6 +3,12 @@ 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 |