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