From eddc4bba51a58f0201c77353ad53c4772c8943a7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Oct 2016 23:54:17 -0400 Subject: cron --- dashboard-daily.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dashboard-daily.service (limited to 'dashboard-daily.service') diff --git a/dashboard-daily.service b/dashboard-daily.service new file mode 100644 index 0000000..bafdbdd --- /dev/null +++ b/dashboard-daily.service @@ -0,0 +1,6 @@ +[Unit] +Description=Dashboard daily update + +[Service] +Type=oneshot +ExecStart=/bin/sh -c '~/dashboard/cron-daily' -- cgit v1.2.3-2-g168b