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

[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-auth.bin /etc/nginx-totp-auth.conf

[Install]
WantedBy=multi-user.target