1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[Unit] Description=generic RADIUS proxy After=network.target Conflicts=radsecproxy-keepalive.service [Service] Type=forking Restart=always ExecStartPre=/usr/bin/radsecproxy -p ExecStart=/usr/bin/radsecproxy ProtectSystem=full ProtectHome=on PrivateDevices=on NoNewPrivileges=on [Install] WantedBy=multi-user.target