repo-cloner/old/startup-logdump

8 lines
119 B
Plaintext
Raw Normal View History

2021-01-20 12:55:06 +01:00
#!/bin/bash
2021-01-20 12:56:17 +01:00
# dump journalctl to /var/log/syslog
# logrotate is handled itself
exec journalctl -f > /var/log/syslog
2021-01-20 12:55:06 +01:00