summarylogtreecommitdiffstats
path: root/filebin-file-cron.timer
diff options
context:
space:
mode:
authorhashworks2020-03-24 20:18:42 +0100
committerhashworks2020-03-24 20:18:42 +0100
commitfc1562431d1a22a92e8c3e9dc85877ee8361bfb8 (patch)
tree07b56d258ed56fb5caf586bdf6b13f6f484e3c3d /filebin-file-cron.timer
parent6843d5e9b075bc73955a8907bdc084df798fec74 (diff)
downloadaur-fc1562431d1a22a92e8c3e9dc85877ee8361bfb8.tar.gz
Add systemd timers and php-fpm example config
Diffstat (limited to 'filebin-file-cron.timer')
-rw-r--r--filebin-file-cron.timer9
1 files changed, 9 insertions, 0 deletions
diff --git a/filebin-file-cron.timer b/filebin-file-cron.timer
new file mode 100644
index 000000000000..9ab395695f08
--- /dev/null
+++ b/filebin-file-cron.timer
@@ -0,0 +1,9 @@
+[Unit]
+Description=Run filebin file cron every ten minutes
+
+[Timer]
+OnCalendar=*:0/10
+Persistent=true
+
+[Install]
+WantedBy=timers.target