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