12 lines
227 B
Desktop File
12 lines
227 B
Desktop File
[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
|