#!/bin/bash

# dump journalctl to /var/log/syslog
# logrotate is handled itself

exec journalctl -f > /var/log/syslog