mirror of
https://github.com/rancher/os.git
synced 2025-06-27 23:36:49 +00:00
6 lines
40 B
Bash
Executable File
6 lines
40 B
Bash
Executable File
#!bin/bash
|
|
|
|
set -x -e
|
|
|
|
exec rsyslogd -n
|