aports/testing/i2pd/i2pd.pre-install
l-n-s 0c5f401679 testing/i2pd: new aport
https://github.com/PurpleI2P/i2pd
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
2018-02-02 23:06:49 +00:00

8 lines
133 B
Bash

#!/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