¿ªÔÆÌåÓý

Re: Winlink NOOB & Pat 0.8.0-armhf


chuck gelm
 

On 1/28/20 5:11 PM, chuck gelm wrote:
My neighbor Winlink/pat guru has discovered how to start pat with P2P telnet enabled/default.

How do I modify my:
sudo systemctl start pat@pi
sudo systemctl enable pat@pi

as in KM4ACK's video to start pat with:

pat --listen telnet http

?
Found a way!

After installing pat
(pat_0.8.0_linux_armhf.deb (Raspberry Pi))
there is a service definition for pat, here:

/lib/systemd/system/[email protected]

?I edited it from:

[Service]
User=%i
ExecStart=/usr/bin/pat http
Restart=on-failure

to:

[Service]
User=%i
ExecStart=/usr/bin/pat --listen telnet http
Restart=on-failure

Then ran
sudo systemctl start pat@pi
sudo systemctl enable pat@pi
sudo reboot

Join [email protected] to automatically receive all group messages.