8 May
2017
8 May
'17
9:57 a.m.
On Mon, May 08, 2017 at 01:32:12PM +0000, Paulo Rodrigues wrote:
The only problem I am facing at the moment is to enable it in systemd to init on startup. I built it from source
Why not build debian packages, then the init files are put in place for you?
I noticed that there are some files in the freeradius-3.0.12 folder (freeradius-3.0.12/debian) but I do not know how to install them in systemd.
copy debian/freeradius.service to /etc/systemd/system/multi-user.target.wants/ then (from memory) # systemctl daemon-reload # systemctl start freeradius.service -- Matthew