Ajout de la version alpine

This commit is contained in:
root
2020-08-06 18:26:12 +02:00
parent f9e7903a4a
commit 219f90e351
22 changed files with 693 additions and 0 deletions

7
debian/service/20-cron/run vendored Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
. /etc/service/template
msglog green "Starting Cron..."
# Touch cron files to fix 'NUMBER OF HARD LINKS > 1' issue. See https://github.com/phusion/baseimage-docker/issues/198
touch -c /etc/crontab /etc/cron.*/* /var/spool/cron/crontabs/*
exec /usr/sbin/cron -f