10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
![]() |
#!/bin/sh
|
||
|
TOP=/var/lib/i2p
|
||
|
useradd -b $TOP -r i2p 2>/dev/null
|
||
|
chown i2p $TOP -R
|
||
|
|
||
|
update-rc.d
|
||
|
|
||
|
cd $TOP
|
||
|
exec su i2p -c ./postinstall.sh
|