7 lines
163 B
Bash
7 lines
163 B
Bash
|
|
# Please note that in debian 12 bookworm you will need to
|
|
# install rsyslogd with apt install rsyslog
|
|
mkdir -p /var/log/remote
|
|
chown syslog:adm /var/log/remote
|
|
|