moved binary to /usr/bin (closes #2053 #2068)

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2024-07-20 17:22:33 +00:00
parent bed5a18294
commit 9a6654943d
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
14 changed files with 30 additions and 24 deletions

View file

@ -8,4 +8,4 @@ env LOGFILE="/var/log/i2pd/i2pd.log"
expect fork
exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE
exec /usr/bin/i2pd --daemon --service --log=file --logfile=$LOGFILE