mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2024-08-30 16:52:18 +00: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
|