File: README.systemd

package info (click to toggle)
uronode 2.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 920 kB
  • sloc: ansic: 6,345; sh: 289; makefile: 99
file content (14 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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