Removed unnecessary quotes around a path to unix-socket.

This commit is contained in:
Alexander Andreev 2022-08-24 21:22:31 +04:00
parent f33bc7e650
commit edab141532
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 -expiry 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.