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
|
||||
|
||||
[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue