Index: /branches/amp_4_0/scripts/amp-report-scheduler.service
===================================================================
--- /branches/amp_4_0/scripts/amp-report-scheduler.service	(revision 2946)
+++ /branches/amp_4_0/scripts/amp-report-scheduler.service	(nonexistent)
@@ -1,12 +0,0 @@
-[Unit]
-Description=AMP Scheduled Report Generator
-After=backend.service postgresql.service
-
-[Service]
-Type=oneshot
-WorkingDirectory=/ca/webui/htdocs/new/src
-Environment=PYTHONPATH=/ca/webui/htdocs/new/src
-ExecStart=python3.13 /ca/webui/htdocs/new/src/hive/report/run_scheduled_reports.py
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file
Index: /branches/amp_4_0/scripts/report_scheduler.service
===================================================================
--- /branches/amp_4_0/scripts/amp-report-scheduler.service	(nonexistent)
+++ /branches/amp_4_0/scripts/report_scheduler.service	(working copy)
@@ -0,0 +1,12 @@
+[Unit]
+Description=AMP Scheduled Report Generator
+After=backend.service postgresql.service
+
+[Service]
+Type=oneshot
+WorkingDirectory=/ca/webui/htdocs/new/src
+Environment=PYTHONPATH=/ca/webui/htdocs/new/src
+ExecStart=python3.13 /ca/webui/htdocs/new/src/hive/report/run_scheduled_reports.py
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file
Index: /branches/amp_4_0/scripts/amp-report-scheduler.timer
===================================================================
--- /branches/amp_4_0/scripts/amp-report-scheduler.timer	(revision 2946)
+++ /branches/amp_4_0/scripts/amp-report-scheduler.timer	(nonexistent)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Run AMP scheduled reports every 5 minutes
-
-[Timer]
-OnBootSec=2min
-OnUnitActiveSec=5min
-AccuracySec=1min
-
-[Install]
-WantedBy=timers.target
\ No newline at end of file
Index: /branches/amp_4_0/scripts/report_scheduler.timer
===================================================================
--- /branches/amp_4_0/scripts/amp-report-scheduler.timer	(nonexistent)
+++ /branches/amp_4_0/scripts/report_scheduler.timer	(working copy)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Run AMP scheduled reports every 5 minutes
+
+[Timer]
+OnBootSec=2min
+OnUnitActiveSec=5min
+AccuracySec=1min
+
+[Install]
+WantedBy=timers.target
\ No newline at end of file
