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