mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
934 B
28 lines
934 B
6 years ago
|
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>
|
||
5 years ago
|
Last-Update: 2020-05-25
|
||
6 years ago
|
|
||
5 years ago
|
Index: i2pd/contrib/i2pd.service
|
||
|
===================================================================
|
||
|
--- i2pd.orig/contrib/i2pd.service
|
||
|
+++ i2pd/contrib/i2pd.service
|
||
6 years ago
|
@@ -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
|
||
5 years ago
|
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
|
||
|
ExecReload=/bin/sh -c "kill -HUP $MAINPID"
|