From 710ccf66607994c826f597a7fea9e1337c982413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Thu, 21 Nov 2019 14:40:24 +0100 Subject: [PATCH] taskotron: make imagefactory unit print debug info --- roles/taskotron/imagefactory/files/imagefactoryd.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/taskotron/imagefactory/files/imagefactoryd.service b/roles/taskotron/imagefactory/files/imagefactoryd.service index 762959314b..604d7cc66c 100644 --- a/roles/taskotron/imagefactory/files/imagefactoryd.service +++ b/roles/taskotron/imagefactory/files/imagefactoryd.service @@ -4,10 +4,10 @@ Requires=libvirtd.service After=libvirtd.service [Service] -Type=forking -ExecStart=/usr/bin/imagefactoryd -ExecStop=/usr/bin/killall imagefactoryd -PIDFile=/var/run/imagefactoryd.pid +Type=exec +ExecStart=/usr/bin/imagefactoryd --foreground --debug +#ExecStop=/usr/bin/killall imagefactoryd +PIDFile=/run/imagefactoryd.pid [Install] WantedBy=multi-user.target