16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
|
[Unit]
|
||
|
After=ldap.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStartPre=
|
||
|
ExecStartPre=/sbin/e-smith/service-status radiusd
|
||
|
ExecStartPre=/sbin/e-smith/systemd/radiusd-configure
|
||
|
ExecStartPre=/sbin/e-smith/expand-template /etc/raddb/certs/radiusd.pem
|
||
|
ExecStartPre=-/bin/chown -R radiusd.radiusd /var/run/radiusd
|
||
|
ExecStartPre=/usr/sbin/radiusd -C
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sme-server.target
|
||
|
|