summarylogtreecommitdiffstats
path: root/charge-lnd.install
diff options
context:
space:
mode:
authorDouglas Chimento2022-02-18 00:34:06 +0200
committerDouglas Chimento2022-02-18 00:34:06 +0200
commit5b03f22e53d5f18744c17eb37960c3972726400c (patch)
tree3ea535bf224fec7f3dbd71f2b1a5aa5f7ae99fd0 /charge-lnd.install
parent81692f91d003701bcccdfd2f2fb1d163e2fc16fa (diff)
downloadaur-5b03f22e53d5f18744c17eb37960c3972726400c.tar.gz
remove pacman hooks
Diffstat (limited to 'charge-lnd.install')
-rw-r--r--charge-lnd.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/charge-lnd.install b/charge-lnd.install
new file mode 100644
index 000000000000..2d57cc9b561b
--- /dev/null
+++ b/charge-lnd.install
@@ -0,0 +1,7 @@
+post_install() {
+ systemd-sysusers charge-lnd.conf
+}
+
+post_upgrade() {
+ systemctl daemon-reload
+}