summarylogtreecommitdiffstats
path: root/walter.install
blob: 2703b0048fcbc881fb8fe088de44b9eee6436b30 (plain)
1
2
3
4
5
post_install() {
  getent passwd walter-cd >/dev/null ||
      useradd -rmU -d /var/lib/walter -c 'walter service user' walter-cd
  install -o walter-cd -g walter-cd -dm0700 /etc/walter
}