# Invoked by ga-monitor-run.timer (do not enable this unit directly). # Install timer: sudo systemctl enable --now ga-monitor-run.timer # sudo chmod +x /var/www/html/apps/timedtasks/scripts/run_monitors.sh [Unit] Description=Girls Academy monitors (run checks once) After=network-online.target Wants=network-online.target [Service] Type=oneshot User=ubuntu WorkingDirectory=/var/www/html/apps/timedtasks Environment=PYTHONUNBUFFERED=1 EnvironmentFile=-/var/www/html/apps/timedtasks/.env ExecStart=/bin/bash /var/www/html/apps/timedtasks/scripts/run_monitors.sh