summarylogtreecommitdiffstats
path: root/charge-lnd.install
blob: 2d57cc9b561bc217c8ba7f77919af3b633fe7ac0 (plain)
1
2
3
4
5
6
7
post_install() {
  systemd-sysusers charge-lnd.conf
}

post_upgrade() {
  systemctl daemon-reload
}