mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
5 lines
37 B
Bash
Executable File
5 lines
37 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
exec rsyslogd -n
|