mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
31c1084645
Signed-off-by: Jess Frazelle <acidburn@google.com>
5 lines
37 B
Bash
Executable File
5 lines
37 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
exec rsyslogd -n
|