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