uronode/systemd
Hibby ef4822cca2 New upstream version 2.11 2020-03-24 20:55:41 +00:00
..
README.systemd Imported Upstream version 2.5.1 2016-04-01 16:06:32 +01:00
ax25.system Imported Upstream version 2.5.1 2016-04-01 16:06:32 +01:00
uronode.socket Imported Upstream version 2.5.1 2016-04-01 16:06:32 +01:00
uronode@.service Imported Upstream version 2.5.1 2016-04-01 16:06:32 +01:00

README.systemd

To get URONode to answer IP socket requests via SystemD do the following:

- copy the SystemD files into /lib/systemd/system
- run: systemctl enable uronode
- run: systemctl enable ax25
- run: chkconfig uronode on
- run: chkconfig ax25 on
- run: systemctl daemon-reload
- in /etc/xinetd.d/uronode (or node) set disable to yes
  (or comment out your line in /etc/inetd.conf)
- run: systemctl restart xinetd
- reboot