summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--watchghost.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a644ff131dc3..93ddecafaa74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
name=watchghost
pkgname=$name
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Your invisible but loud monitoring pet"
arch=('any')
diff --git a/watchghost.service b/watchghost.service
index 1d01d4e7ad65..059ba9cc4ff3 100644
--- a/watchghost.service
+++ b/watchghost.service
@@ -6,7 +6,7 @@ After=network.target
Type=simple
User=watchghost
Group=watchghost
-ExecStart=/usr/bin/watchghost-server.py --config=/etc/watchghost
+ExecStart=/usr/bin/watchghost --config=/etc/watchghost
[Install]
WantedBy=multi-user.target