mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2025-12-06 02:56:59 -05:00
13 lines
199 B
SYSTEMD
13 lines
199 B
SYSTEMD
[Unit]
|
|
Description=Refresh fake Proxmox VE subscription cache every day
|
|
|
|
[Timer]
|
|
OnActiveSec=0s
|
|
OnBootSec=0s
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=60s
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|