diff --git a/conf/imagefactoryd.service b/conf/imagefactoryd.service index 83d328a6..516b7350 100644 --- a/conf/imagefactoryd.service +++ b/conf/imagefactoryd.service @@ -3,8 +3,5 @@ Requires=libvirtd.service After=libvirtd.service [Service] -Type=forking -ExecStart=/usr/bin/imagefactoryd -ExecStop=killall imagefactoryd -PIDFile=/var/run/imagefactoryd.pid -LOCKFile=/var/lock/subsys/imagefactoryd +Type=simple +ExecStart=/usr/bin/imagefactoryd --foreground