1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/kanboard/templates/kanboard-cron.service
2019-01-19 21:27:06 +01:00

18 lines
301 B
SYSTEMD

[Unit]
Description=Kanboard cronjob
[Service]
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