-expire flag changed to a new -expiry in systemd unit.

This commit is contained in:
Alexander Andreev 2022-06-26 20:44:38 +04:00
parent 74b8c2d96a
commit d04870ae40
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=network.target
Type=simple
Restart=on-failure
DynamicUser=yes
ExecStart=/usr/bin/justcaptchad -expire 5m -listen '/var/run/justcaptcha/j.sock'
ExecStart=/usr/bin/justcaptchad -expiry 5m -listen '/var/run/justcaptcha/j.sock'
ReadOnlyPaths=/
# Set here path to directory where uploads are stored.