diff options
Diffstat (limited to 'systemd/dashboard-daily.service')
-rw-r--r-- | systemd/dashboard-daily.service | 6 |
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' |