mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
Initial commit
This commit is contained in:
3
image/runit/sshd
Executable file
3
image/runit/sshd
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
exec /usr/sbin/sshd -D
|
||||
3
image/runit/syslog-ng
Executable file
3
image/runit/syslog-ng
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
exec syslog-ng -F -p /var/run/syslog-ng.pid
|
||||
Reference in New Issue
Block a user