summarylogtreecommitdiffstats
path: root/iwd-autocaptiveauth.service
blob: 362687fafef67fc88b671e4e21e866dae6acfba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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