Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit ea5938c

Browse files
committed
fix: LightDM is not installed on OpenRC build
1 parent bc6b7e7 commit ea5938c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/novnc.sh

-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ pidfile="/run/\$RC_SVCNAME.pid"
6363
command_background="yes"
6464
EOT
6565
chmod +x /etc/init.d/novnc
66-
67-
# Disable LightDM so that it doesn't take over in privileged mode
68-
rc-update del lightdm default
6966
else
7067
# Create systemd service for Xvfb
7168
cat <<EOT >/usr/lib/systemd/system/[email protected]

0 commit comments

Comments
 (0)