diff options
author | l-n-s <supervillain@riseup.net> | 2018-02-02 17:43:58 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-02 23:06:49 +0000 |
commit | 0c5f4016795785db6207f120bbd8aa6f45b2a6eb (patch) | |
tree | c3e6dc536ec10b28676d79578c01eb4807bfc8cd /testing/i2pd/i2pd.pre-install | |
parent | ae3f39219ee78b9984f6966c42b38aa2ac00719d (diff) | |
download | aports-0c5f4016795785db6207f120bbd8aa6f45b2a6eb.tar.bz2 aports-0c5f4016795785db6207f120bbd8aa6f45b2a6eb.tar.xz |
testing/i2pd: new aport
https://github.com/PurpleI2P/i2pd
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
Diffstat (limited to 'testing/i2pd/i2pd.pre-install')
-rw-r--r-- | testing/i2pd/i2pd.pre-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/i2pd/i2pd.pre-install b/testing/i2pd/i2pd.pre-install new file mode 100644 index 0000000000..1244368da7 --- /dev/null +++ b/testing/i2pd/i2pd.pre-install @@ -0,0 +1,7 @@ +#!/bin/sh + +addgroup -S i2pd 2>/dev/null +adduser -S -D -H -h /var/lib/i2pd -s /sbin/nologin -G i2pd -g i2pd i2pd 2>/dev/null + +exit 0 + |