Disable Teamviewerd by default

This commit is contained in:
Anders Rytter Hansen 2023-10-16 13:34:27 +02:00
commit 6b006df44c
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -1,2 +1,3 @@
ln -s /usr/lib/opt/teamviewer /opt/
ln -s "/usr/lib/opt/Mullvad VPN" /opt/
mkdir /var/log/teamviewer15