Add CFUN=0 fix

Fixed
This commit is contained in:
iamromulan
2024-02-13 19:52:10 -05:00
committed by GitHub
parent a7e9549e36
commit d6ba3a8aaa

View File

@@ -847,7 +847,7 @@ RemainAfterExit=yes
[Install]
WantedBy=multi-user.target" > "$cfun_service_path"
ln -sf "$service_path" "/lib/systemd/system/multi-user.target.wants/"
ln -sf "$cfun_service_path" "/lib/systemd/system/multi-user.target.wants/"
systemctl daemon-reload
mount -o remount,ro /
echo "CFUN fix has been installed and will execute at every boot."