Merge pull request #1965 from fcolista/alpine-support

sesman/startwm.sh : add support for Alpine Linux (#1965)
This commit is contained in:
matt335672 2021-08-10 13:35:51 +01:00 committed by GitHub
commit 507305b8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,14 @@ wm_start()
exit 0
fi
# alpine
if [ -r /etc/X11/xinit/xinitrc ]; then
pre_start
. /etc/X11/xinit/xinitrc
post_start
exit 0
fi
pre_start
xterm
post_start