summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-07-13 14:56:55 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-07-13 14:56:55 +0000
commitcd6f00273f3352596f744bc5337d77dd91e8ecfc (patch)
treed4f5170530bd4a3b914d8fd42148efbc925982c4
parent8bb1e00349748a36aa37bae5b5466692ef126341 (diff)
downloadsetup-box-cd6f00273f3352596f744bc5337d77dd91e8ecfc.tar.bz2
setup-box-cd6f00273f3352596f744bc5337d77dd91e8ecfc.tar.xz
setup-box: add xrdp-sesman to default runlevel
-rwxr-xr-xsetup-box2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup-box b/setup-box
index 458fa63..af72755 100755
--- a/setup-box
+++ b/setup-box
@@ -276,6 +276,8 @@ add_services() {
add_to_sysinit "$i $i-postmount"
else if [ "$i" == "dbus" ]; then
add_to_sysinit "$i"
+ else if [ "$i" == "xrdp" ]; then
+ rc-update add $i-sesman
fi
done
}