add missing files
This commit is contained in:
parent
baaa583e8f
commit
d67cbf8ac5
|
|
@ -1,5 +1,4 @@
|
||||||
*.deb
|
*.deb
|
||||||
!usr/lib/*
|
|
||||||
|
|
||||||
# Created by https://www.gitignore.io/api/macos,python,windows,visualstudiocode
|
# Created by https://www.gitignore.io/api/macos,python,windows,visualstudiocode
|
||||||
# Edit at https://www.gitignore.io/?templates=macos,python,windows,visualstudiocode
|
# Edit at https://www.gitignore.io/?templates=macos,python,windows,visualstudiocode
|
||||||
|
|
@ -49,7 +48,7 @@ dist/
|
||||||
downloads/
|
downloads/
|
||||||
eggs/
|
eggs/
|
||||||
.eggs/
|
.eggs/
|
||||||
lib/
|
#lib/
|
||||||
lib64/
|
lib64/
|
||||||
parts/
|
parts/
|
||||||
sdist/
|
sdist/
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Fake a Proxmox VE subscription
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/local/bin/pve-fake-subscription
|
||||||
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
[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
|
||||||
|
|
||||||
Loading…
Reference in New Issue