move old files to old directory
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
7
old/startup-logdump
Executable file
7
old/startup-logdump
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# dump journalctl to /var/log/syslog
|
||||
# logrotate is handled itself
|
||||
|
||||
exec journalctl -f > /var/log/syslog
|
||||
|
||||
Reference in New Issue
Block a user