40 lines
819 B
SYSTEMD
40 lines
819 B
SYSTEMD
|
[Unit]
|
||
|
Description=justcaptcha
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
DynamicUser=yes
|
||
|
ExecStart=/usr/bin/justcaptchad -expire 5m -listen '/var/run/justcaptcha/j.sock'
|
||
|
|
||
|
ReadOnlyPaths=/
|
||
|
# Set here path to directory where uploads are stored.
|
||
|
NoExecPaths=/
|
||
|
ExecPaths=/usr/bin/justcaptchad
|
||
|
|
||
|
RuntimeDirectory=justcaptcha
|
||
|
|
||
|
AmbientCapabilities=
|
||
|
CapabilityBoundingSet=
|
||
|
|
||
|
LockPersonality=true
|
||
|
MemoryDenyWriteExecute=true
|
||
|
NoNewPrivileges=true
|
||
|
PrivateDevices=true
|
||
|
ProtectClock=true
|
||
|
ProtectControlGroups=true
|
||
|
ProtectHome=true
|
||
|
ProtectKernelLogs=true
|
||
|
ProtectKernelModules=true
|
||
|
ProtectKernelTunables=true
|
||
|
ProtectSystem=strict
|
||
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
|
||
|
RestrictNamespaces=true
|
||
|
RestrictRealtime=true
|
||
|
RestrictSUIDSGID=true
|
||
|
SystemCallArchitectures=native
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|