diff --git a/contrib/debian/i2pd.service b/contrib/debian/i2pd.service index 89562ff5..37f26f14 100644 --- a/contrib/debian/i2pd.service +++ b/contrib/debian/i2pd.service @@ -8,7 +8,7 @@ Group=i2pd RuntimeDirectory=i2pd RuntimeDirectoryMode=0700 Type=simple -ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf --pidfile=/var/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service +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 PIDFile=/var/run/i2pd/i2pd.pid ### Uncomment, if auto restart needed @@ -19,7 +19,7 @@ PIDFile=/var/run/i2pd/i2pd.pid KillSignal=SIGINT TimeoutStopSec=10m -# If you have problems with hunging i2pd, you can try enable this +# If you have problems with hanging i2pd, you can try enable this #LimitNOFILE=4096 PrivateDevices=yes