-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: r4sas <[email protected]>
- Loading branch information
Showing
14 changed files
with
30 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Description: Disable LogsDirectory and LogsDirectoryMode options in service | |
Author: r4sas <[email protected]> | ||
|
||
Reviewed-By: r4sas <[email protected]> | ||
Last-Update: 2023-05-17 | ||
Last-Update: 2024-07-19 | ||
|
||
--- a/contrib/i2pd.service | ||
+++ b/contrib/i2pd.service | ||
|
@@ -15,5 +15,5 @@ Last-Update: 2023-05-17 | |
+#LogsDirectory=i2pd | ||
+#LogsDirectoryMode=0700 | ||
Type=forking | ||
ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d --pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service | ||
ExecStart=/usr/bin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d --pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service | ||
ExecReload=/bin/sh -c "kill -HUP $MAINPID" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Description: Disable LogsDirectory and LogsDirectoryMode options in service | |
Author: r4sas <[email protected]> | ||
|
||
Reviewed-By: r4sas <[email protected]> | ||
Last-Update: 2023-05-17 | ||
Last-Update: 2024-07-19 | ||
|
||
--- a/contrib/i2pd.service | ||
+++ b/contrib/i2pd.service | ||
|
@@ -15,5 +15,5 @@ Last-Update: 2023-05-17 | |
+#LogsDirectory=i2pd | ||
+#LogsDirectoryMode=0700 | ||
Type=forking | ||
ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d --pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service | ||
ExecStart=/usr/bin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d --pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service | ||
ExecReload=/bin/sh -c "kill -HUP $MAINPID" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
i2pd (2.53.0-1) unstable; urgency=medium | ||
|
||
i2pd binary moved from /usr/sbin to /usr/bin. Please check your scripts if you used the old path. | ||
|
||
-- r4sas <[email protected]> Fri, 19 Jul 2024 16:00:00 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
i2pd usr/sbin/ | ||
i2pd usr/bin/ | ||
contrib/i2pd.conf etc/i2pd/ | ||
contrib/tunnels.conf etc/i2pd/ | ||
contrib/certificates/ usr/share/i2pd/ | ||
contrib/tunnels.d/README etc/i2pd/tunnels.conf.d/ | ||
contrib/apparmor/usr.sbin.i2pd etc/apparmor.d | ||
contrib/apparmor/usr.bin.i2pd etc/apparmor.d |