Files
repo-cloner/old/startup-logdump
2022-05-04 09:46:41 +02:00

8 lines
119 B
Bash
Executable File

#!/bin/bash
# dump journalctl to /var/log/syslog
# logrotate is handled itself
exec journalctl -f > /var/log/syslog