[skip-ci] added s6config

This commit is contained in:
konrad 2018-09-08 15:44:04 +02:00
parent c834bc14d5
commit f920e336f0
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
5 changed files with 26 additions and 0 deletions

15
docker/etc/nsswitch.conf Normal file
View File

@ -0,0 +1,15 @@
# /etc/nsswitch.conf
passwd: compat
group: compat
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis

View File

@ -0,0 +1,2 @@
#!/bin/bash
exit 0

2
docker/etc/s6/syslogd/finish Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
exit 0

6
docker/etc/s6/syslogd/run Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
[[ -f ./setup ]] && source ./setup
pushd /root > /dev/null
exec su-exec root /sbin/syslogd -nS -O-
popd

1
docker/etc/s6/syslogd/setup Executable file
View File

@ -0,0 +1 @@
#!/bin/bash