mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -f /var/run/rsyslogd.pid
|
||
|
rmilter -c /etc/rmilter.conf
|
||
|
rsyslogd -n
|