mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
increase limits by default, fix symbolic links, change rules
This commit is contained in:
parent
27fbf67352
commit
a188de2e5c
@ -24,7 +24,7 @@ KillSignal=SIGQUIT
|
|||||||
#TimeoutStopSec=10m
|
#TimeoutStopSec=10m
|
||||||
|
|
||||||
# If you have problems with hanging i2pd, you can try enable this
|
# If you have problems with hanging i2pd, you can try enable this
|
||||||
#LimitNOFILE=4096
|
LimitNOFILE=4096
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
1
debian/i2pd.service
vendored
1
debian/i2pd.service
vendored
@ -1 +0,0 @@
|
|||||||
../i2pd.service
|
|
1
debian/i2pd.service
vendored
Symbolic link
1
debian/i2pd.service
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../contrib/debian/i2pd.service
|
2
debian/i2pd.tmpfile
vendored
2
debian/i2pd.tmpfile
vendored
@ -1,2 +0,0 @@
|
|||||||
d /var/run/i2pd 0755 i2pd i2pd - -
|
|
||||||
d /var/log/i2pd 0755 i2pd i2pd - -
|
|
1
debian/i2pd.tmpfile
vendored
Symbolic link
1
debian/i2pd.tmpfile
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../contrib/debian/i2pd.tmpfile
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -17,5 +17,6 @@ DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
|
|||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=i2pd-dbg
|
dh_strip --dbg-package=i2pd-dbg
|
||||||
|
|
||||||
override_dh_shlibdeps:
|
## uncoment this if you have "missing info" problem when building package
|
||||||
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
#override_dh_shlibdeps:
|
||||||
|
# dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
||||||
|
Loading…
Reference in New Issue
Block a user