Comment scripts
This commit is contained in:
parent
0264a6e81f
commit
4047121435
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# prepares persmissions for files & starts frontail to tail log files
|
||||||
|
|
||||||
# make parallel citation shut up
|
# make parallel citation shut up
|
||||||
mkdir -p ~executor/.parallel
|
mkdir -p ~executor/.parallel
|
||||||
touch ~executor/.parallel/will-cite
|
touch ~executor/.parallel/will-cite
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
journalctl -f > /var/log/syslog
|
# dump journalctl to /var/log/syslog
|
||||||
|
# logrotate is handled itself
|
||||||
|
|
||||||
|
exec journalctl -f > /var/log/syslog
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user