Merge pull request #1965 from fcolista/alpine-support
sesman/startwm.sh : add support for Alpine Linux (#1965)
This commit is contained in:
commit
507305b8fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user