i2pd/contrib
BOPOHA ce57a130fc
systemd issue in centos 7
Not working pre-create pid-file dir (/run/i2pd).
It fixed with one of this ways:

> PermissionsStartOnly=True
or 
> ExecStartPre=/bin/mkdir -p -m 0700 /var/run/i2pd
> ExecStartPre=/bin/chown i2pd: /var/run/i2pd

First way is prefer because RuntimeDirectory's options already used.
2018-02-01 23:21:20 +01:00
..
apparmor update profile 2018-01-30 17:30:01 +03:00
certificates removed unused Java router certificates 2018-01-21 10:27:41 -05:00
debian add tunconf in systemctl service file 2018-01-30 18:14:54 +03:00
docker Fix Docker image error 2018-01-24 12:48:05 -05:00
rpm systemd issue in centos 7 2018-02-01 23:21:20 +01:00
i2pd.conf remove trailing whitespaces 2018-01-06 22:24:03 +08:00
subscriptions.txt Moved files from docs/ to contrib/ 2017-02-16 06:36:01 -05:00
tunnels.conf update tunnels.conf 2017-04-22 04:19:32 +03:00