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