summaryrefslogtreecommitdiff
path: root/systemd/dashboard-daily.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/dashboard-daily.service')
-rw-r--r--systemd/dashboard-daily.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/systemd/dashboard-daily.service b/systemd/dashboard-daily.service
new file mode 100644
index 0000000..492fad2
--- /dev/null
+++ b/systemd/dashboard-daily.service
@@ -0,0 +1,6 @@
+[Unit]
+Description=Dashboard daily update
+
+[Service]
+Type=oneshot
+ExecStart=/bin/sh -c '~/dashboard/bin/cron-daily'