# systemd timer — optional schedule for shopping attrs + images push # # Default: 02:30 local server time (after overnight cleanup at 01:15). # Disable the timer and use oneshot starts if you only want manual runs: # sudo systemctl disable --now plytixmage-shopping-attrs-images.timer # sudo systemctl start plytixmage-shopping-attrs-images.service [Unit] Description=Timer for PlytixMage Magento shopping_* attrs + images push [Timer] OnCalendar=*-*-* 02:30:00 Persistent=true RandomizedDelaySec=5m Unit=plytixmage-shopping-attrs-images.service [Install] WantedBy=timers.target