Working to get ka9q-radio running. First issue While radiod is running, I get this when I try to get its status:
systemctl status radiod@.service
Failed to get properties: Unit name radiod@.service is neither a valid invocation ID nor unit name.
Here's the service file that was installed. I haven't touched it.
cat radiod@.service
# $Id: radiod@.service,v 1.3 2023/01/15 05:07:27 karn Exp $
# systemd unit for radio receiver
# Phil Karn, KA9Q, May 2022
[Unit]
Description=%i radio receiver
Requires=network-online.target
[Service]
Type=simple
User=radio
Group=radio
SupplementaryGroups=plugdev radio users
AmbientCapabilities=CAP_SYS_NICE
ReadWritePaths=/etc/fftw /var/lib/ka9q-radio
UMask=002
ExecStart=/usr/local/sbin/radiod -N %i /etc/radio/radiod@%i.conf
Restart=always
RestartSec=5
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target
Any suggestions to fix this error?
Orv W6BI