taskotron: make imagefactory unit print debug info
This commit is contained in:
parent
cb643d7f00
commit
710ccf6660
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@ Requires=libvirtd.service
|
||||||
After=libvirtd.service
|
After=libvirtd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=exec
|
||||||
ExecStart=/usr/bin/imagefactoryd
|
ExecStart=/usr/bin/imagefactoryd --foreground --debug
|
||||||
ExecStop=/usr/bin/killall imagefactoryd
|
#ExecStop=/usr/bin/killall imagefactoryd
|
||||||
PIDFile=/var/run/imagefactoryd.pid
|
PIDFile=/run/imagefactoryd.pid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue