diff --git a/canto-test_weekly_export.service b/canto-test_weekly_export.service new file mode 100644 index 0000000000000000000000000000000000000000..6d43a2ddcd13348944e0416d0fbcc8c0c0bce681 --- /dev/null +++ b/canto-test_weekly_export.service @@ -0,0 +1,11 @@ +[Unit] +Description=Runs Canto weekly_export.sh script +After=network-online.target +Wants=network-online.target + +[Service] +WorkingDirectory=/data/export/canto-project/canto-space-testing +ExecStart=/data/export/canto-project/canto-space-testing/weekly_export.sh + +[Install] +WantedBy=default.target