mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 02:02:08 +01:00
https://github.com/PurpleI2P/i2pd i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
8 lines
133 B
Bash
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
|
|
|