From 5016c1da15b3fadefb98f1fe18697b0cfe04187d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 May 2018 13:47:01 -0400 Subject: Add Type=notify for initialization errors, log ttyS0 --- systemd/system/qemu@.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systemd/system/qemu@.service') diff --git a/systemd/system/qemu@.service b/systemd/system/qemu@.service index 7adcbfb..95cbefc 100644 --- a/systemd/system/qemu@.service +++ b/systemd/system/qemu@.service @@ -5,7 +5,8 @@ PartOf=machines.target Before=machines.target [Service] -Type=forking +Type=notify +NotifyAccess=all RuntimeDirectory=qemu-%I PIDFile=/run/qemu-%I/pid ExecStart=/etc/systemd/system/qemu %I -- cgit v1.2.3-2-g168b