fixed kvmd.service name

This commit is contained in:
Devaev Maxim 2018-06-29 01:50:28 +03:00
parent 996428f34e
commit be88d455c8

View File

@ -39,5 +39,5 @@ package() {
python setup.py install --root=$pkgdir
install -Dm644 kvmd.yaml $pkgdir/etc/kvmd.yaml
install -Dm644 kvmd.service "$pkgdir"/usr/lib/systemd/system/nginx.service
install -Dm644 kvmd.service "$pkgdir"/usr/lib/systemd/system/kvmd.service
}