Skip to content

Commit 15fbaa8

Browse files
committed
Add proxmox-daily-update support
1 parent b368445 commit 15fbaa8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

runit/proxmox-daily-update/control/i

+4
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

+6
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

+1-1
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)