mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-12 07:52:40 +01:00
5 lines
37 B
Plaintext
5 lines
37 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
exec rsyslogd -n
|