mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-12-02 22:33:55 +01:00
5 lines
37 B
Plaintext
5 lines
37 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
exec rsyslogd -n
|