Skip to content

Commit

Permalink
Add valheim user to crontab group (lloesche#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche authored Dec 22, 2022
1 parent 85a0f9f commit 3c75737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ RUN groupadd -g "${PGID:-0}" -o valheim \
&& ln -s /bin/bash /bin/sh \
&& locale-gen \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \
&& usermod -a -G crontab valheim \
&& apt-get clean \
&& mkdir -p /var/spool/cron/crontabs /var/log/supervisor /opt/valheim /opt/steamcmd /home/valheim/.config/unity3d/IronGate /config /var/run/valheim \
&& ln -s /config /home/valheim/.config/unity3d/IronGate/Valheim \
Expand Down

0 comments on commit 3c75737

Please sign in to comment.