Debian package:
* Make eepget, i2prouter, and i2psvc world-executable * Auto-start I2P after installation
This commit is contained in:
8
debian/scripts/postinst
vendored
8
debian/scripts/postinst
vendored
@ -11,4 +11,10 @@ chown $I2PUSER:$I2PUSER $SVCHOME
|
||||
update-rc.d i2p defaults
|
||||
|
||||
cd $I2P
|
||||
exec su $I2PUSER ./postinstall.sh
|
||||
su $I2PUSER ./postinstall.sh
|
||||
|
||||
chmod 755 /usr/lib/i2p/eepget
|
||||
chmod 755 /usr/lib/i2p/i2prouter
|
||||
chmod 755 /usr/lib/i2p/i2psvc
|
||||
|
||||
invoke-rc.d i2p start
|
||||
|
Reference in New Issue
Block a user