gnu-social/docker/mail/rootfs/etc/service/rsyslog/run
Pastilhas 2c3599721e
[DOCKER][MAIL] Removed unused config files and scripts
Now user is created on setup and dockerfile
2021-09-14 13:10:14 +01:00

6 lines
118 B
Bash

#!/bin/sh
PID=$(pgrep rsyslog)
if [ -z ${PID} ]
then
exec /usr/sbin/rsyslogd -f /etc/mail/rsyslogd/rsyslog.conf
fi