diff --git a/canto-test_weekly.service b/canto-test_weekly.service new file mode 100644 index 0000000000000000000000000000000000000000..921a39fdd0c99b170fcfe72ed72af42f00eef533 --- /dev/null +++ b/canto-test_weekly.service @@ -0,0 +1,11 @@ +[Unit] +Description=Runs Canto weekly_routine.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_routine.sh + +[Install] +WantedBy=default.target