#!/bin/sh
exec 2>&1
sed -i -e 's|unix-dgram("/dev/log");|unix-dgram("/run/systemd/journal/syslog");|' /etc/syslog-ng/syslog-ng.conf
