summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-08 02:57:29 +0000
committerDevaev Maxim <[email protected]>2018-07-08 02:57:29 +0000
commitb1d72e86637b233d26e7b68724251d98030d6052 (patch)
treebb8c248bde49ebd6feb2467cbbcb6909f0a293cb
parentc24b6f83f8dd1b5a957798e1271969a022db41ad (diff)
moved kvmd.service to configs dir
-rw-r--r--kvmd/PKGBUILD2
-rw-r--r--kvmd/configs/kvmd.service (renamed from kvmd/kvmd.service)0
2 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/PKGBUILD b/kvmd/PKGBUILD
index bf928a98..c294caa2 100644
--- a/kvmd/PKGBUILD
+++ b/kvmd/PKGBUILD
@@ -38,7 +38,7 @@ build() {
package() {
cd $srcdir/$pkgname-build
python setup.py install --root=$pkgdir
- install -Dm644 kvmd.service "$pkgdir"/usr/lib/systemd/system/kvmd.service
+ install -Dm644 configs/kvmd.service "$pkgdir"/usr/lib/systemd/system/kvmd.service
mkdir -p "$pkgdir"/usr/share/kvmd
cp -r web "$pkgdir"/usr/share/kvmd
cp -r configs "$pkgdir"/usr/share/kvmd
diff --git a/kvmd/kvmd.service b/kvmd/configs/kvmd.service
index 185a4eb5..185a4eb5 100644
--- a/kvmd/kvmd.service
+++ b/kvmd/configs/kvmd.service