summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}