File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
opt/init-wrapper/pre-init.d Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 45
45
wget --tries=3 -O /opt/os-agent.deb " https://github.com/home-assistant/os-agent/releases/download/1.6.0/os-agent_1.6.0_linux_$ARCH .deb"
46
46
wget --tries=3 -O /opt/hassio.deb " https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
47
47
wget --tries=3 -O /opt/hasscn.deb " https://github.com/hasscc/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
48
+
49
+
50
+ # fix for Synology
51
+ sed -i -e " s/ProtectSystem=true/ProtectSystem=false/" /lib/systemd/system/NetworkManager.service
52
+ systemctl mask systemd-logind.service systemd-hostnamed.service systemd-resolved.service e2scrub_reap.service
You can’t perform that action at this time.
0 commit comments