We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca3464 commit abd597eCopy full SHA for abd597e
2 files changed
config/rx888_bootfile.conf
@@ -1,2 +1 @@
1
-FIRMWARE=/usr/local/share/ka9q-radio/20s_watchdog.img
2
-
+FIRMWARE=SDDC_FX3.img
service/radiod@.service.in
@@ -21,7 +21,10 @@ LogsDirectoryMode=0775
21
ReadWritePaths=/etc/fftw
22
UMask=002
23
ExecStart=@sbindir@/radiod -N %i /etc/radio/radiod@%i.conf
24
-Restart=on-failure
+# eventually it will be Restart=on-failure after udev-triggered
25
+# starting is implemented
26
+# things are also complicated by rx888s with watchdogs
27
+Restart=always
28
RestartSec=5
29
TimeoutStopSec=5
30
SyslogIdentifier=radiod@%i
0 commit comments