Skip to content

Commit

Permalink
libvirt pid file
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Aug 28, 2024
1 parent e1f7b42 commit 3f00b84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions darwin/ook/libvirt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"-f"
"/etc/libvirt/libvirtd.conf"
"-v"
"-p"
"/run/libvirt/libvirtd.pid"
];
WorkingDirectory = "/var/lib/libvirt";
StandardOutPath = "/var/log/libvirt/libvirt.log";
Expand All @@ -36,6 +38,8 @@
ProgramArguments = [
"${pkgs.libvirt}/bin/virtlogd"
"-d"
"-p"
"/run/libvirt/virtlogd.pid"
];
StandardOutPath = "/var/log/libvirt/virtlogd.log";
StandardErrorPath = "/var/log/libvirt/virtlogd-error.log";
Expand Down

0 comments on commit 3f00b84

Please sign in to comment.