mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
14 lines
302 B
Desktop File
14 lines
302 B
Desktop File
# Workaround for https://github.com/redhat-imaging/imagefactory/issues/417
|
|
[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
|