mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 22:16:59 +05:30
12 lines
260 B
SYSTEMD
12 lines
260 B
SYSTEMD
[Unit]
|
|
Description=Run shopify-recent every 24 hours with a 30 minute leeway
|
|
Requires=androidx-release-watcher.service
|
|
|
|
[Timer]
|
|
Unit=androidx-release-watcher.service
|
|
OnUnitInactiveSec=24h
|
|
RandomizedDelaySec=15m
|
|
AccuracySec=1s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|