mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-08 13:09:21 +01:00
5 lines
37 B
Bash
Executable File
5 lines
37 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
exec rsyslogd -n
|