summarylogtreecommitdiffstats
path: root/nginx-totp-only-auth.service
blob: 4f67a64591452e99aee2504db932d35f5da7df23 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=TOTP auth daemon for nginx (TOTP without password)

[Service]
RuntimeDirectory=totp_auth
ExecStart=/usr/bin/spawn-fcgi -u http -s /run/totp_auth/sock -M 666 -n /usr/lib/nginx-totp-auth/nginx-totp-only-auth.bin /etc/nginx-totp-auth.conf

[Install]
WantedBy=multi-user.target