1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 07:46:06 +02:00

Harden kanboard cron service

This commit is contained in:
Jelle van der Waa 2019-01-19 21:27:06 +01:00
parent 342d27bd5c
commit fc8011de2e

View File

@ -6,3 +6,12 @@ User=kanboard
Type=oneshot
WorkingDirectory={{kanboard_dir}}
ExecStart=/usr/bin/php ./cli cron
NoNewPrivileges=true
TimeoutStartSec=3600
ProtectHome=true
ProtectSystem=full
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups=true