Thanks for all the answers!!! :D I was able to resolve my question as follows: # cp sbin/rc.radiusd /etc/init.d/radiusd # update-rc.d radiusd start 80 2 3 4 5 . stop 20 0 1 6 . On Wed, Apr 4, 2018 at 1:31 PM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On Apr 4, 2018, at 4:46 PM, Elias Pereira <empbilly@gmail.com> wrote:
It is a test environment that I configured to authenticate samba4 AD clients via mschapv2 with pfsense captive portal.
I would like to make this part of the systemd work, if possible in this version.
You have to manually install those.
Ok. I already did the installation via source. Now I would like to configure the service via systemd.
How could I do that?
Copy the unit file from redhat/ or debian/ to /usr/local/lib/systemd/system or any of the other hundred paths you can put unit files.
-Arran - List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
-- Elias Pereira