updated notes on installing qemu for better logging bash script
This commit is contained in:
parent
5d6079c361
commit
5b30054ea3
1 changed files with 6 additions and 2 deletions
|
|
@ -12,11 +12,15 @@ doas nvim run
|
|||
Edit the log to read:
|
||||
|
||||
#!/bin/bash
|
||||
exec svlogd -tt /var/log/svlog/libvirtd
|
||||
exec 2>&1; set -e
|
||||
|
||||
[ -d /var/log/libvirtd ] || install -dm /var/log/libvirtd
|
||||
|
||||
exec svlogd -tt /var/log/libvirtd
|
||||
|
||||
Write/Quit out of file.
|
||||
|
||||
cd /var/log/svlog
|
||||
cd /var/log/
|
||||
|
||||
doas mkdir libvirtd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue