summarylogtreecommitdiffstats
path: root/charge-lnd.install
diff options
context:
space:
mode:
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
+}