Comment scripts

This commit is contained in:
Václav Valíček 2021-01-20 12:56:17 +01:00
parent 0264a6e81f
commit 4047121435
No known key found for this signature in database
GPG Key ID: 91AA271095BD0100
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
# prepares persmissions for files & starts frontail to tail log files
# make parallel citation shut up
mkdir -p ~executor/.parallel
touch ~executor/.parallel/will-cite

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