Skip to content

Commit 5c17794

Browse files
authored
fix: add proxmox-daily-update support (#60)
1 parent 667a78d commit 5c17794

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
echo 'Received SIGINT...'
4+
kill 1

runit/proxmox-daily-update/run

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
ln -sf /usr/lib/*/proxmox-backup/proxmox-daily-update /etc/cron.daily/
4+
5+
echo "CRON: Starting..."
6+
exec cron -f

versions/v3.3.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ COPY --from=builder /deb/ /deb/
8888
# Install all packages
8989
RUN export DEBIAN_FRONTEND=noninteractive && \
9090
apt-get -y update && \
91-
apt install -y runit ssmtp /deb/*.deb
91+
apt install -y runit ssmtp cron /deb/*.deb
9292

9393
# Add default configs
9494
ADD /pbs/ /etc/proxmox-backup-default/

0 commit comments

Comments
 (0)