First commit

This commit is contained in:
Héctor Molinero Fernández
2019-06-16 11:17:51 +02:00
commit 97f710716f
18 changed files with 1129 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
exec /usr/bin/sudo -u messagebus /usr/bin/dbus-daemon --system --nofork

3
scripts/service/sshd/run Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
exec /usr/sbin/sshd -D

7
scripts/service/xdummy/run Executable file
View File

@@ -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

View File

@@ -0,0 +1,3 @@
#!/bin/sh
exec /usr/sbin/xrdp-sesman --nodaemon

3
scripts/service/xrdp/run Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
exec /usr/sbin/xrdp --nodaemon