Disable Teamviewerd by default
This commit is contained in:
parent
aba65277c3
commit
6b006df44c
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
ln -s /usr/lib/opt/teamviewer /opt/
|
||||
ln -s "/usr/lib/opt/Mullvad VPN" /opt/
|
||||
mkdir /var/log/teamviewer15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue