First commit
This commit is contained in:
3
scripts/service/dbus-daemon/run
Executable file
3
scripts/service/dbus-daemon/run
Executable 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
3
scripts/service/sshd/run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/sshd -D
|
||||
7
scripts/service/xdummy/run
Executable file
7
scripts/service/xdummy/run
Executable 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
|
||||
3
scripts/service/xrdp-sesman/run
Executable file
3
scripts/service/xrdp-sesman/run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/xrdp-sesman --nodaemon
|
||||
3
scripts/service/xrdp/run
Executable file
3
scripts/service/xrdp/run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/sbin/xrdp --nodaemon
|
||||
Reference in New Issue
Block a user