First commit
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/bin/sudo -u messagebus /usr/bin/dbus-daemon --system --nofork
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/sshd -D
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/bin/Xorg \
|
||||
-noreset -nolisten tcp \
|
||||
+extension GLX +extension RANDR +extension RENDER \
|
||||
-logfile /var/log/xdummy.log \
|
||||
:0
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/xrdp-sesman --nodaemon
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/xrdp --nodaemon
|
||||
Reference in New Issue
Block a user