diff options
author | Kevin Daudt <me@ikke.info> | 2016-12-19 19:33:14 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-20 14:30:43 +0100 |
commit | b278832ab0ca264b259b80e724eb22e13076523e (patch) | |
tree | e0ec81f60806cdfa84233edbca74e8f6100bddf7 /community/postsrsd/postsrsd.pre-install | |
parent | 6e161a676fd2388808fb2ac211aed9e23e4f7344 (diff) | |
download | aports-b278832ab0ca264b259b80e724eb22e13076523e.tar.bz2 aports-b278832ab0ca264b259b80e724eb22e13076523e.tar.xz |
community/postsrsd: new aport
Diffstat (limited to 'community/postsrsd/postsrsd.pre-install')
-rw-r--r-- | community/postsrsd/postsrsd.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/postsrsd/postsrsd.pre-install b/community/postsrsd/postsrsd.pre-install new file mode 100644 index 0000000000..03cbf11802 --- /dev/null +++ b/community/postsrsd/postsrsd.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S postsrsd 2>/dev/null +adduser -S -D -H -s /bin/false -G postsrsd -g postsrsd postsrsd 2>/dev/null + +exit 0 |