Done preconfigure in new system

This commit is contained in:
Starbeamrainbowlabs 2021-11-26 22:25:33 +00:00
parent b166334860
commit 3db65fc833
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 0 additions and 11 deletions

View file

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
RUN "sudo apt-get install -y logrotate"
COPY "${JOBFILE_DIR}/misc" "/tmp/misc"
RUN "sudo mv /tmp/misc /etc/logrotate.d/misc"
RUN "sudo chown root:root /etc/logrotate.d/misc"
# Fix logrotate issue
RUN "sudo chmod 0750 /var/log"
RUN "sudo systemctl restart logrotate"