diff --git a/Dockerfile b/Dockerfile index 152d7ba..819dd4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,8 @@ sed -i 's/OnUnitInactiveSec.*/OnUnitInactiveSec=1h\nOnCalendar=*-*-* 06:40:00\nP # Install TeamViewer RUN rpm-ostree install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm && \ mv "/opt/teamviewer" /usr/lib/opt/ +# Disable Teamviewerd by default +RUN systemctl disable teamviewerd # Change ZRAM max to 16GB RUN sed -i 's/zram-size.*/zram-size = min(ram, 16384)/' /usr/lib/systemd/zram-generator.conf diff --git a/after-install.txt b/after-install.txt index 22da9a6..47c75f6 100644 --- a/after-install.txt +++ b/after-install.txt @@ -1,2 +1,3 @@ ln -s /usr/lib/opt/teamviewer /opt/ ln -s "/usr/lib/opt/Mullvad VPN" /opt/ +mkdir /var/log/teamviewer15