diff options
Diffstat (limited to 'testing/perdition/perdition.post-install')
-rw-r--r-- | testing/perdition/perdition.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/perdition/perdition.post-install b/testing/perdition/perdition.post-install new file mode 100644 index 0000000000..b2820345e5 --- /dev/null +++ b/testing/perdition/perdition.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +adduser -h /var/run/perdition -s /bin/false -S -D perdition &>/dev/null +chown perdition /var/run/perdition |