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