taskotron: make imagefactory unit print debug info

This commit is contained in:
Kamil Páral 2019-11-21 14:40:24 +01:00 committed by Pierre-Yves Chibon
parent cb643d7f00
commit 710ccf6660

View file

@ -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