summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Chimento2022-02-18 15:50:54 +0200
committerDouglas Chimento2022-02-18 15:50:54 +0200
commit44c5224aa8f47cd631515bef33b712ac12820b1b (patch)
tree39ae1d48e76c954b4d72f9dbfffefec3bfe66c57
parent171c8a76e3ae6dabbaceb11d7ccacba4c9bd022a (diff)
downloadaur-44c5224aa8f47cd631515bef33b712ac12820b1b.tar.gz
fix service file, make timer hourly
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--charge-lnd.service2
-rw-r--r--charge-lnd.timer2
4 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 168e431a4b6c..8c475ddab449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = charge-lnd
pkgdesc = charge-lnd is a simple policy based fee manager for LND
pkgver = 0.2.8
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/accumulator/charge-lnd
install = charge-lnd.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1bd11065a758..ac3318803e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Douglas Chimento <dchimento@gmail.com>
pkgname=charge-lnd
pkgver=0.2.8
-pkgrel=5
+pkgrel=6
pkgdesc="${pkgname} is a simple policy based fee manager for LND"
url='https://github.com/accumulator/charge-lnd'
depends=('python' 'python-setuptools' 'python-googleapis-common-protos' 'python-grpcio' 'python-protobuf' 'python-six' 'python-termcolor' 'python-colorama' 'python-aiorpcx')
diff --git a/charge-lnd.service b/charge-lnd.service
index 5a4fdfa90721..3c398c78d710 100644
--- a/charge-lnd.service
+++ b/charge-lnd.service
@@ -9,7 +9,7 @@ EnvironmentFile=/etc/default/charge-lnd
ExecStart=/usr/bin/charge-lnd \
--lnddir $LNDDIR \
--grpc $GRPC \
- --config $CONFIG
+ --config $CONFIG \
$FLAGS
User=charge-lnd
diff --git a/charge-lnd.timer b/charge-lnd.timer
index dadbed54ded7..ecf14a069bdf 100644
--- a/charge-lnd.timer
+++ b/charge-lnd.timer
@@ -3,5 +3,5 @@ Documentation=https://github.com/accumulator/charge-lnd/blob/master/README.md
[Timer]
# https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events
-OnCalendar=*-*-* 04:00:00
+OnCalendar=hourly
RandomizedDelaySec=1h