summarylogtreecommitdiffstats
path: root/walter.install
diff options
context:
space:
mode:
Diffstat (limited to 'walter.install')
-rw-r--r--walter.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/walter.install b/walter.install
new file mode 100644
index 000000000000..2703b0048fcb
--- /dev/null
+++ b/walter.install
@@ -0,0 +1,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
+}