7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
exec 2>&1
|
|
exec xrdp-sesman --config /opt/xrdp/etc/xrdp/sesman.ini --nodaemon
|