summarylogtreecommitdiffstats
path: root/nimiq.install
blob: cf2c931bc112f2d65fb1ee85888b69b7e17981f7 (plain)
1
2
3
4
5
6
7
post_install() {
  # We don't know uid and gid at runtime. So we invoke systemd-sysusers here.
  systemd-sysusers nimiq.conf
  chown -R nimiq:nimiq var/lib/nimiq
  chgrp -R nimiq etc/nimiq
  chmod -R g+r etc/nimiq
}