Taskotron: Properly fix imagefactory service
Workaround for https://github.com/redhat-imaging/imagefactory/issues/417
This commit is contained in:
parent
da39a96667
commit
ace5dbaa17
2 changed files with 22 additions and 6 deletions
12
files/imagefactoryd.service
Normal file
12
files/imagefactoryd.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Requires=libvirtd.service
|
||||
After=libvirtd.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/imagefactoryd
|
||||
ExecStop=/usr/bin/killall imagefactoryd
|
||||
PIDFile=/var/run/imagefactoryd.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue