summarylogtreecommitdiffstats
path: root/authentik-outpost-radius.service
diff options
context:
space:
mode:
authorhuggy2024-02-17 17:42:27 +0900
committerhuggy2024-02-17 17:42:27 +0900
commitf55200a485fc5ebb85c971fae7ed2c050499d0fa (patch)
treec0dd3277ebe53a95c8c3923cea0c57f813a8aa92 /authentik-outpost-radius.service
downloadaur-f55200a485fc5ebb85c971fae7ed2c050499d0fa.tar.gz
2023.10.7-1
Diffstat (limited to 'authentik-outpost-radius.service')
-rw-r--r--authentik-outpost-radius.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/authentik-outpost-radius.service b/authentik-outpost-radius.service
new file mode 100644
index 000000000000..ce48d54107b8
--- /dev/null
+++ b/authentik-outpost-radius.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=authentik outpost radius Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+Restart=on-failure
+RestartSec=5s
+
+ExecStart=/usr/bin/authentik-outpost-radius
+EnvironmentFile=/etc/authentik-outpost-radius.env
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file