Show the syslog in the console.
This commit is contained in:
parent
83a0acbce8
commit
6fbca200cd
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
service rsyslog start;
|
service rsyslog start;
|
||||||
sleep infinity
|
sleep 5;
|
||||||
|
tail -f /var/log/syslog
|
||||||
Loading…
Reference in a new issue