summarylogtreecommitdiffstats
path: root/iwd-autocaptiveauth.service
diff options
context:
space:
mode:
Diffstat (limited to 'iwd-autocaptiveauth.service')
-rw-r--r--iwd-autocaptiveauth.service19
1 files changed, 19 insertions, 0 deletions
diff --git a/iwd-autocaptiveauth.service b/iwd-autocaptiveauth.service
new file mode 100644
index 000000000000..362687fafef6
--- /dev/null
+++ b/iwd-autocaptiveauth.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=iwd auto captive portal authenticate
+After=network.target
+
+[Service]
+User=iwdautocaptive
+Group=iwdautocaptive
+Type=simple
+ExecStart=/usr/lib/iwd-autocaptiveauth/iwd-autocaptiveauth
+WorkingDirectory=/usr/lib/iwd-autocaptiveauth
+LimitNOFILE=1048576
+LimitNPROC=64
+PrivateTmp=true
+PrivateDevices=true
+ProtectHome=true
+ProtectSystem=strict
+
+[Install]
+WantedBy=multi-user.target