mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-28 14:05:41 +00:00
add environment to cron
This commit is contained in:
parent
700fa0d9ce
commit
92bad7b11c
@ -113,7 +113,7 @@ RUN mkdir /etc/services.d/gunicorn && \
|
|||||||
|
|
||||||
# Create service script for cron
|
# Create service script for cron
|
||||||
RUN mkdir /etc/services.d/cron && \
|
RUN mkdir /etc/services.d/cron && \
|
||||||
echo $'#!/usr/bin/execlineb -P\ncrond -f\n' > /etc/services.d/cron/run && \
|
echo $'#!/usr/bin/execlineb -P\nwith-contenv\ncrond -f\n' > /etc/services.d/cron/run && \
|
||||||
chmod +x /etc/services.d/cron/run
|
chmod +x /etc/services.d/cron/run
|
||||||
|
|
||||||
# Add crontab entries
|
# Add crontab entries
|
||||||
|
Loading…
Reference in New Issue
Block a user