From d04870ae4063ae777cd02c9e8ec86effb1a0cc27 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 26 Jun 2022 20:44:38 +0400 Subject: [PATCH] -expire flag changed to a new -expiry in systemd unit. --- init/systemd/justcaptcha.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/systemd/justcaptcha.service b/init/systemd/justcaptcha.service index 1a92d45..d7e6f64 100755 --- a/init/systemd/justcaptcha.service +++ b/init/systemd/justcaptcha.service @@ -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.