mirror of https://github.com/PurpleI2P/i2pd.git
orignal
6 years ago
committed by
GitHub
15 changed files with 76 additions and 14 deletions
@ -0,0 +1,25 @@
@@ -0,0 +1,25 @@
|
||||
Description: fix #1210 |
||||
Disables two options, which not presented in old systemd versions |
||||
Author: r4sas <r4sas@i2pmail.org> |
||||
|
||||
Bug: https://github.com/PurpleI2P/i2pd/issues/1210 |
||||
Reviewed-By: r4sas <r4sas@i2pmail.org> |
||||
Last-Update: 2018-08-25 |
||||
|
||||
--- i2pd-2.20.0.orig/contrib/i2pd.service |
||||
+++ i2pd-2.20.0/contrib/i2pd.service |
||||
@@ -6,10 +6,10 @@ After=network.target |
||||
[Service] |
||||
User=i2pd |
||||
Group=i2pd |
||||
-RuntimeDirectory=i2pd |
||||
-RuntimeDirectoryMode=0700 |
||||
-LogsDirectory=i2pd |
||||
-LogsDirectoryMode=0700 |
||||
+#RuntimeDirectory=i2pd |
||||
+#RuntimeDirectoryMode=0700 |
||||
+#LogsDirectory=i2pd |
||||
+#LogsDirectoryMode=0700 |
||||
Type=forking |
||||
ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf --pidfile=/var/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service |
||||
ExecReload=/bin/kill -HUP $MAINPID |
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
01-tune-build-opts.patch |
||||
fix-#1210 |
||||
|
Loading…
Reference in new issue