mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
18 lines
301 B
SYSTEMD
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
|