19 Oct
2016
19 Oct
'16
8:45 a.m.
On 18/10/2016 16:02, Brendan Kearney wrote:
with systemd based OS's, you can created a directory, such as /etc/systemd/system/radiusd.d/ and put a .conf file in there to override or augment the service
Actually for completeness: all you need to do is type systemctl edit radiusd which will throw you into an editor. There you can set e.g. [service] Environment=KRB5_CLIENT_KTNAME=/etc/radiusd.keytab and save. Under the hood, it creates /etc/systemd/system/radiusd.service.d/override.conf I presume you could set radiusd command line options there too, by overriding ExecStart. Regards, Brian.