Comment scripts

This commit is contained in:
2021-01-20 12:56:17 +01:00
parent 0264a6e81f
commit 4047121435
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/bash
journalctl -f > /var/log/syslog
# dump journalctl to /var/log/syslog
# logrotate is handled itself
exec journalctl -f > /var/log/syslog