7 lines
58 B
Bash
Executable File
7 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
exec 2>&1
|
|
exec xrdp-sesman --nodaemon
|