Skip to content

Commit

Permalink
Merge pull request #1837 from andyhhp/CP-9019-trunk
Browse files Browse the repository at this point in the history
CP-9019: Automatically log the Xen console
  • Loading branch information
Jon Ludlam committed Jul 22, 2014
2 parents 3dbdd52 + 9c5c623 commit dc32739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.d-xenservices
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ start() {

OLD_ULIMIT_N=$(ulimit -n)
ulimit -n 4096
/usr/sbin/xenconsoled
/usr/sbin/xenconsoled --log=hv --timestamp=hv --log-dir=/var/log/xen
ulimit -n $OLD_ULIMIT_N
[ -d /var/log/blktap ] || mkdir /var/log/blktap

Expand Down

0 comments on commit dc32739

Please sign in to comment.